forked from openhab/openhab-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbnd.bnd
More file actions
57 lines (57 loc) · 2.01 KB
/
Copy pathbnd.bnd
File metadata and controls
57 lines (57 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Bundle-SymbolicName: ${project.artifactId}
Export-Package: org.openhab.core.model.rule,\
org.openhab.core.model.rule.formatting,\
org.openhab.core.model.rule.jvmmodel,\
org.openhab.core.model.rule.parser.antlr,\
org.openhab.core.model.rule.parser.antlr.internal,\
org.openhab.core.model.rule.rules,\
org.openhab.core.model.rule.rules.impl,\
org.openhab.core.model.rule.rules.util,\
org.openhab.core.model.rule.scoping,\
org.openhab.core.model.rule.serializer,\
org.openhab.core.model.rule.services,\
org.openhab.core.model.rule.validation
Import-Package: \
org.openhab.core.automation,\
org.openhab.core.automation.module.script.rulesupport.shared,\
org.openhab.core.automation.util,\
org.openhab.core.common,\
org.openhab.core.common.registry,\
org.openhab.core.events,\
org.openhab.core.events.system,\
org.openhab.core.items,\
org.openhab.core.library.items,\
org.openhab.core.library.types,\
org.openhab.core.library.unit,\
org.openhab.core.model.core,\
org.openhab.core.model.items,\
org.openhab.core.model.script,\
org.openhab.core.model.script.engine.action,\
org.openhab.core.model.script.helper,\
org.openhab.core.persistence,\
org.openhab.core.persistence.extensions,\
org.openhab.core.service,\
org.openhab.core.thing,\
org.openhab.core.thing.binding,\
org.openhab.core.thing.events,\
org.openhab.core.types,\
com.google.common.base;version="14",\
javax.measure,\
javax.measure.quantity,\
org.eclipse.jdt.annotation;resolution:=optional,\
org.eclipse.xtext.xbase.lib,\
org.osgi.*,\
org.slf4j.*
Require-Bundle: org.antlr.runtime,\
org.eclipse.emf.common,\
org.eclipse.emf.ecore,\
org.eclipse.emf.mwe2.launch;resolution:=optional,\
org.openhab.core.model.item,\
org.openhab.core.model.script,\
org.eclipse.xtext;visibility:=reexport,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.util,\
org.eclipse.xtext.xbase,\
org.eclipse.xtext.xbase.lib;bundle-version="2.34.0",\
org.eclipse.xtext.xtext.generator;resolution:=optional,\
org.objectweb.asm;bundle-version="[9.0.0,10.0.0)";resolution:=optional