Skip to content

Commit

Permalink
Merge pull request openhab#806 from maggu2810/karaf-features
Browse files Browse the repository at this point in the history
use ESH Karaf target platform
  • Loading branch information
kaikreuzer committed Apr 18, 2016
2 parents 64cc961 + 3ec87e5 commit b8a2e8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 8 additions & 0 deletions features/openhab-addons-verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>org.eclipse.smarthome</groupId>
<artifactId>karaf-tp</artifactId>
<version>${esh.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>org.openhab.core</groupId>
<artifactId>openhab-core</artifactId>
Expand Down Expand Up @@ -63,6 +70,7 @@
<descriptor>mvn:org.apache.karaf.features/framework/${karaf.version}/xml/features</descriptor>
<descriptor>mvn:org.apache.karaf.features/standard/${karaf.version}/xml/features</descriptor>
<descriptor>mvn:org.eclipse.smarthome/karaf/${esh.version}/xml/features</descriptor>
<descriptor>mvn:org.eclipse.smarthome/karaf-tp/${esh.version}/xml/features</descriptor>
<descriptor>mvn:org.openhab.core/openhab-core/${ohc.version}/xml/features</descriptor>
<descriptor>mvn:org.openhab.addons/openhab2-addons/${project.version}/xml/features</descriptor>
</descriptors>
Expand Down
7 changes: 2 additions & 5 deletions features/openhab-addons/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
-->
<features name="${project.artifactId}-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">

<repository>mvn:de.maggu2810.kat.features/apache-httpcomponents/${kat.version}/xml/features</repository>

<!-- binding -->

<feature name="openhab-binding-astro" description="Astro Binding" version="${project.version}">
Expand Down Expand Up @@ -55,7 +53,6 @@
<feature name="openhab-binding-ipp" description="IPP Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-mdns</feature>
<feature>kat-apache-httpcomponents-httpclient</feature>
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.ipp/${project.version}</bundle>
</feature>

Expand All @@ -67,7 +64,7 @@
<feature name="openhab-binding-kostalinverter" description="Kostal Inverter Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle
start-level="80">mvn:org.openhab.binding/org.openhab.binding.kostalinverter/${project.version}</bundle>
start-level="80">mvn:org.openhab.binding/org.openhab.binding.kostalinverter/${project.version}</bundle>
</feature>

<feature name="openhab-binding-lutron" description="Lutron Binding" version="${project.version}">
Expand Down Expand Up @@ -104,7 +101,7 @@
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.pulseaudio/${project.version}</bundle>
</feature>

<feature name="openhab-binding-rme" description="RME Binding" version="${project.version}">
<feature name="openhab-binding-rme" description="RME Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-serial</feature>
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.rme/${project.version}</bundle>
Expand Down

0 comments on commit b8a2e8b

Please sign in to comment.