Skip to content

Commit

Permalink
added HABPanel as experimental feature (openhab#280)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer authored Sep 13, 2016
1 parent 2724659 commit 402e23d
Showing 1 changed file with 6 additions and 2 deletions.
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">

<!-- binding -->

<feature name="openhab-misc-ruleengine" description="Rule Engine (Experimental)" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>esh-automation-api</feature>
Expand All @@ -27,4 +25,10 @@
<feature>esh-automation-rest</feature>
</feature>

<feature name="openhab-ui-habpanel" description="HABPanel" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-dashboard</feature>
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.habpanel/${project.version}</bundle>
</feature>

</features>

0 comments on commit 402e23d

Please sign in to comment.