openhab-core/bundles/org.openhab.core.compat1x.test/META-INF/MANIFEST.MF
Markus Rathgeb e57044e13c Rework / formatted manifest (#211)
* reworked and formatted manifest
* added missing jdt.annotation

Related to: https://github.com/eclipse/smarthome/pull/4308

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2017-09-21 08:16:38 +02:00

20 lines
642 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.2.0.qualifier
Fragment-Host: org.openhab.core.compat1x
Import-Package:
groovy.lang,
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.test,
org.hamcrest;core=split,
org.junit