mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 14:11:54 +01:00
c55513a8c0
Signed-off-by: Kai Kreuzer <kai@openhab.org>
18 lines
575 B
Plaintext
18 lines
575 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: openHAB 1.x Compatibility Layer Tests
|
|
Bundle-SymbolicName: org.openhab.core.compat1x.test
|
|
Bundle-Version: 2.0.0.qualifier
|
|
Bundle-Vendor: openHAB.org
|
|
Fragment-Host: org.openhab.core.compat1x
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Import-Package: groovy.lang,
|
|
org.codehaus.groovy.reflection,
|
|
org.codehaus.groovy.runtime,
|
|
org.codehaus.groovy.runtime.callsite,
|
|
org.codehaus.groovy.runtime.typehandling,
|
|
org.eclipse.smarthome.core.events,
|
|
org.eclipse.smarthome.test,
|
|
org.hamcrest;core=split,
|
|
org.junit
|