mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Implement a core sitemap registry (#5004)
* sitemap registry Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.id/${project.version}</bundle>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.persistence/${project.version}</bundle>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.semantics/${project.version}</bundle>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.sitemap/${project.version}</bundle>
|
||||
<feature dependency="true">asm</feature>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.thing/${project.version}</bundle>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.transform/${project.version}</bundle>
|
||||
@@ -201,7 +202,6 @@
|
||||
<feature>openhab-core-base</feature>
|
||||
<feature>openhab-core-ui</feature>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.sitemap/${project.version}</bundle>
|
||||
<feature dependency="true">openhab-core-model-sitemap</feature>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-core-io-rest-swagger" version="${project.version}">
|
||||
@@ -442,8 +442,6 @@
|
||||
|
||||
<feature name="openhab-core-ui" version="${project.version}">
|
||||
<feature>openhab-core-base</feature>
|
||||
<feature>openhab-core-model-item</feature>
|
||||
<feature>openhab-core-model-sitemap</feature>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.ui/${project.version}</bundle>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.ui/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
Reference in New Issue
Block a user