-
Notifications
You must be signed in to change notification settings - Fork 1
/
bnd.bnd
25 lines (24 loc) · 826 Bytes
/
bnd.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Bundle-SymbolicName: ${project.artifactId}
DynamicImport-Package: *
Import-Package: \
org.openhab.core.thing.binding,\
org.openhab.core.items,\
org.openhab.core.types,\
org.openhab.core.library.types,\
org.openhab.core.library.items,\
org.openhab.core.common.registry,\
org.openhab.core.config.core,\
org.openhab.core.model.script,\
org.openhab.core.model.script.actions,\
org.openhab.core.model.rule,\
org.openhab.core.transform,\
org.openhab.core.transform.actions,\
org.openhab.core.persistence,\
org.openhab.core.persistence.extensions,\
org.openhab.core.audio,\
org.openhab.core.automation,\
org.openhab.core.automation.util,\
org.openhab.core.automation.module.script,\
org.openhab.core.automation.module.script.rulesupport.shared,\
org.openhab.core.automation.module.script.rulesupport.shared.simple,\
com.google.gson