Files
openhab-addons/bundles/org.openhab.binding.globalcache/src/main/feature/feature.xml
Kai Kreuzer 6df6783b60 added migrated 2.x add-ons
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-21 03:37:19 +02:00

11 lines
611 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<features name="org.openhab.binding.globalcache-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<repository>file:${basedirRoot}/bundles/org.openhab.transform.map/target/feature/feature.xml</repository>
<feature name="openhab-binding-globalcache" description="GlobalCache Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transformation-map</feature>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.globalcache/${project.version}</bundle>
</feature>
</features>