mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
changed groupId of ui bundles and fragments and updated paper ui fragment (removed md-icons, corrected default path and enabled control ui) (#45)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
<feature>openhab-dashboard</feature>
|
||||
<feature>esh-ui-basic</feature>
|
||||
<feature>esh-ui-icon</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>
|
||||
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.basicui/${project.version}</bundle>
|
||||
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.iconset.classic/${project.version}</bundle>
|
||||
<config name="org.eclipse.smarthome.basicui">
|
||||
defaultSitemap = _default
|
||||
iconType = svg
|
||||
@@ -109,8 +109,8 @@
|
||||
<feature>openhab-dashboard</feature>
|
||||
<feature>esh-ui-classic</feature>
|
||||
<feature>esh-ui-icon</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>
|
||||
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.classicui/${project.version}</bundle>
|
||||
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.iconset.classic/${project.version}</bundle>
|
||||
<config name="org.eclipse.smarthome.classicui">
|
||||
defaultSitemap = _default
|
||||
</config>
|
||||
@@ -120,7 +120,7 @@
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<feature>openhab-dashboard</feature>
|
||||
<feature>esh-ui-paper</feature>
|
||||
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.paperui/${project.version}</bundle>
|
||||
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.paperui/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
</features>
|
||||
|
||||
Reference in New Issue
Block a user