openhab-core/bundles/org.openhab.core.compat1x.test/META-INF/MANIFEST.MF
Kai Kreuzer 9b0bf26c09
added support for QuantityType in the compatibility layer (#319)
This specifically makes the QuantityType backward compatible and makes it treated as a simple DecimalType in any 1.x add-ons, such as specifically the persistence services.

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-26 14:29:19 +02:00

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.3.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