Adapt to core changes (addon.xml) (#13289)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.feed
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.feed.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml',\
|
||||
bnd.identity;id='org.apache.felix.configadmin',\
|
||||
osgi.identity;filter:='(&(osgi.identity=org.ops4j.pax.web.pax-web-runtime)(version>=7.2.3))'
|
||||
@@ -69,7 +69,6 @@ Fragment-Host: org.openhab.binding.feed
|
||||
org.openhab.binding.feed;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.feed.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.io.console;version='[4.0.0,4.0.1)',\
|
||||
@@ -77,4 +76,5 @@ Fragment-Host: org.openhab.binding.feed
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.objectweb.asm;version='[9.4.0,9.4.1)'
|
||||
org.objectweb.asm;version='[9.4.0,9.4.1)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.hue
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.hue.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml',\
|
||||
bnd.identity;id='org.eclipse.jdt.annotation'
|
||||
|
||||
@@ -70,7 +70,6 @@ Fragment-Host: org.openhab.binding.hue
|
||||
org.openhab.binding.hue;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.hue.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery.mdns;version='[4.0.0,4.0.1)',\
|
||||
@@ -81,4 +80,5 @@ Fragment-Host: org.openhab.binding.hue
|
||||
org.openhab.core.test;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.max
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.max.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -60,7 +60,6 @@ Fragment-Host: org.openhab.binding.max
|
||||
org.openhab.binding.max;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.max.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -68,4 +67,5 @@ Fragment-Host: org.openhab.binding.max
|
||||
org.openhab.core.test;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.mielecloud
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.mielecloud.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
-runblacklist: \
|
||||
@@ -77,7 +77,6 @@ Fragment-Host: org.openhab.binding.mielecloud
|
||||
org.openhab.binding.mielecloud.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.auth.oauth2client;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -87,4 +86,5 @@ Fragment-Host: org.openhab.binding.mielecloud
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.objectweb.asm;version='[9.4.0,9.4.1)'
|
||||
org.objectweb.asm;version='[9.4.0,9.4.1)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.modbus
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.modbus.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# 1) We would like to use the "volatile" storage only, drop other storage
|
||||
@@ -67,7 +67,6 @@ Fragment-Host: org.openhab.binding.modbus
|
||||
org.openhab.binding.modbus;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.modbus.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -77,4 +76,5 @@ Fragment-Host: org.openhab.binding.modbus
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.transform;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -13,7 +13,7 @@ Import-Package: \
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.mqtt.homeassistant.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -101,7 +101,6 @@ Import-Package: \
|
||||
org.openhab.binding.mqtt.homeassistant;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.mqtt.homeassistant.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -111,4 +110,6 @@ Import-Package: \
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.transform;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
jakarta.ws.rs-api;version='[2.1.6,2.1.7)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -13,7 +13,7 @@ Import-Package: \
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.mqtt.homie.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -101,7 +101,6 @@ Import-Package: \
|
||||
org.openhab.binding.mqtt.homie;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.mqtt.homie.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -111,5 +110,7 @@ Import-Package: \
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.transform;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
jakarta.ws.rs-api;version='[2.1.6,2.1.7)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.nest
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.nest.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -96,7 +96,6 @@ Fragment-Host: org.openhab.binding.nest
|
||||
org.openhab.binding.nest.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.auth.oauth2client;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -107,4 +106,5 @@ Fragment-Host: org.openhab.binding.nest
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.objectweb.asm;version='[9.4.0,9.4.1)',\
|
||||
com.fasterxml.woodstox.woodstox-core;version='[6.4.0,6.4.1)'
|
||||
com.fasterxml.woodstox.woodstox-core;version='[6.4.0,6.4.1)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.ntp
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.ntp.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -64,7 +64,6 @@ Fragment-Host: org.openhab.binding.ntp
|
||||
org.openhab.binding.ntp;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.ntp.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -72,4 +71,5 @@ Fragment-Host: org.openhab.binding.ntp
|
||||
org.openhab.core.test;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.systeminfo
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.systeminfo.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -68,7 +68,6 @@ Fragment-Host: org.openhab.binding.systeminfo
|
||||
org.openhab.binding.systeminfo;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.systeminfo.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.xml;version='[4.0.0,4.0.1)',\
|
||||
@@ -76,4 +75,5 @@ Fragment-Host: org.openhab.binding.systeminfo
|
||||
org.openhab.core.test;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.tradfri
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.tradfri.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -69,7 +69,6 @@ Fragment-Host: org.openhab.binding.tradfri
|
||||
org.openhab.binding.tradfri;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.tradfri.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery.mdns;version='[4.0.0,4.0.1)',\
|
||||
@@ -79,4 +78,5 @@ Fragment-Host: org.openhab.binding.tradfri
|
||||
org.openhab.core.test;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)'
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
@@ -5,7 +5,7 @@ Fragment-Host: org.openhab.binding.wemo
|
||||
|
||||
-runrequires: \
|
||||
bnd.identity;id='org.openhab.binding.wemo.tests',\
|
||||
bnd.identity;id='org.openhab.core.binding.xml',\
|
||||
bnd.identity;id='org.openhab.core.addon.xml',\
|
||||
bnd.identity;id='org.openhab.core.thing.xml'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
@@ -73,7 +73,6 @@ Fragment-Host: org.openhab.binding.wemo
|
||||
org.openhab.binding.wemo;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.binding.wemo.tests;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.binding.xml;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.core;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.config.discovery.upnp;version='[4.0.0,4.0.1)',\
|
||||
@@ -85,4 +84,5 @@ Fragment-Host: org.openhab.binding.wemo
|
||||
org.openhab.core.thing;version='[4.0.0,4.0.1)',\
|
||||
org.openhab.core.thing.xml;version='[4.0.0,4.0.1)',\
|
||||
com.google.gson;version='[2.9.1,2.9.2)',\
|
||||
org.objectweb.asm;version='[9.4.0,9.4.1)'
|
||||
org.objectweb.asm;version='[9.4.0,9.4.1)',\
|
||||
org.openhab.core.addon.xml;version='[4.0.0,4.0.1)'
|
||||
|
||||
Reference in New Issue
Block a user