Adapt to core changes (addon.xml) (#13289)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2023-01-15 20:31:42 +01:00
committed by GitHub
parent 0f272d8523
commit 5f8214f08a
713 changed files with 3864 additions and 3007 deletions

View File

@@ -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)'