mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.openhab.core</groupId>
|
||||
<artifactId>pom-features</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0.b3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>openhab-core</artifactId>
|
||||
|
||||
@@ -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.ui/org.openhab.ui.basicui/${project.version}</bundle>
|
||||
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.iconset.classic/${project.version}</bundle>
|
||||
<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
|
||||
@@ -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.ui/org.openhab.ui.classicui/${project.version}</bundle>
|
||||
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.iconset.classic/${project.version}</bundle>
|
||||
<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>
|
||||
@@ -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.ui/org.openhab.ui.paperui/${project.version}</bundle>
|
||||
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.paperui/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
</features>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.openhab.core</groupId>
|
||||
<artifactId>pom-features</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0.b3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>openhab-esh-addons</artifactId>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<feature
|
||||
id="org.openhab.feature.p2"
|
||||
label="openHAB Core Components"
|
||||
version="2.0.0.qualifier"
|
||||
version="2.0.0.b3"
|
||||
provider-name="openHAB.org">
|
||||
|
||||
<description>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.openhab.core</groupId>
|
||||
<artifactId>pom-tycho</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0.b3</version>
|
||||
<relativePath>../../poms/tycho/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.openhab.core</groupId>
|
||||
<artifactId>pom</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0.b3</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/org.openhab.feature.p2_2.0.0.qualifier.jar" id="org.openhab.feature.p2" version="2.0.0.qualifier">
|
||||
<feature url="features/org.openhab.feature.p2_2.0.0.b3.jar" id="org.openhab.feature.p2" version="2.0.0.b3">
|
||||
<category name="org.openhab"/>
|
||||
</feature>
|
||||
<category-def name="org.openhab" label="openHAB">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.openhab.core</groupId>
|
||||
<artifactId>pom-tycho</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0.b3</version>
|
||||
<relativePath>../../poms/tycho/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.openhab.core</groupId>
|
||||
<artifactId>pom-features</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0.b3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>org.openhab.features.karaf.verify</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user