mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-02-11 03:07:19 +01:00
24 lines
748 B
Plaintext
24 lines
748 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: openHAB 1.x Compatibility Layer Tests
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-SymbolicName: org.openhab.core.compat1x.test
|
|
Bundle-Vendor: openHAB
|
|
Bundle-Version: 2.4.0.qualifier
|
|
Fragment-Host: org.openhab.core.compat1x
|
|
Import-Package:
|
|
groovy.lang,
|
|
javax.measure.quantity,
|
|
org.codehaus.groovy.reflection,
|
|
org.codehaus.groovy.runtime,
|
|
org.codehaus.groovy.runtime.callsite,
|
|
org.codehaus.groovy.runtime.typehandling,
|
|
org.eclipse.jdt.annotation;resolution:=optional,
|
|
org.eclipse.smarthome.core.events,
|
|
org.eclipse.smarthome.core.library.types,
|
|
org.eclipse.smarthome.test,
|
|
org.hamcrest;core=split,
|
|
org.junit,
|
|
tec.uom.lib.common,
|
|
tec.uom.se
|