Changed dashboard feature name and added configs to UIs

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2015-12-30 23:35:27 +01:00
parent d367060853
commit 2b810a75c8

View File

@ -25,7 +25,7 @@
<details>${project.description}</details>
<feature>shk-esh-io-console-karaf</feature>
<feature>openhab-runtime-base</feature>
<feature>openhab-ui-dashboard</feature>
<feature>openhab-dashboard</feature>
<feature>openhab-misc-restdocs</feature>
<feature>openhab-misc-certificate</feature>
</feature>
@ -55,7 +55,7 @@
<feature name="openhab-misc-restdocs" description="REST Documentation" version="${project.version}">
<feature>shk-esh-base</feature>
<feature>shk-jax-rs-provider-swagger</feature>
<feature>openhab-ui-dashboard</feature>
<feature>openhab-dashboard</feature>
<bundle>mvn:org.openhab.core/org.openhab.io.rest.docs/${project.version}</bundle>
</feature>
@ -65,30 +65,37 @@
<!-- ui -->
<feature name="openhab-ui-dashboard" description="Dashboard" version="${project.version}">
<feature name="openhab-dashboard" description="Dashboard" version="${project.version}">
<feature>shk-esh-base</feature>
<bundle>mvn:org.openhab.core/org.openhab.ui.dashboard/${project.version}</bundle>
</feature>
<feature name="openhab-ui-basic" description="Basic UI" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-ui-dashboard</feature>
<feature>openhab-dashboard</feature>
<feature>shk-esh-ui-basic</feature>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.basicui/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version}</bundle>
<config name="org.eclipse.smarthome.basicui">
defaultSitemap = _default
iconType = svg
</config>
</feature>
<feature name="openhab-ui-classic" description="Classic UI" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-ui-dashboard</feature>
<feature>openhab-dashboard</feature>
<feature>shk-esh-ui-classic</feature>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.classicui/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version}</bundle>
<config name="org.eclipse.smarthome.classicui">
defaultSitemap = _default
</config>
</feature>
<feature name="openhab-ui-paper" description="Paper UI" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-ui-dashboard</feature>
<feature>openhab-dashboard</feature>
<feature>shk-esh-ui-paper</feature>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.paperui/${project.version}</bundle>
</feature>