mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-02-10 19:01:16 +01:00
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>
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.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
|