Skip to content

Commit

Permalink
Merge pull request openhab#6 from kaikreuzer/cert
Browse files Browse the repository at this point in the history
renamed certificate feature
  • Loading branch information
kaikreuzer committed Jan 6, 2016
2 parents c8f6550 + f792eab commit 28ac298
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions features/karaf/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
<bundle>mvn:org.openhab.core/org.openhab.core.karaf/${project.version}</bundle>
</feature>

<feature name="openhab-runtime-certificate" description="SSL Certificate Generator" version="${project.version}">
<bundle start-level="20">mvn:org.openhab.core/org.openhab.io.jetty.certificate/${project.version}</bundle>
</feature>


<feature name="openhab-package-minimal" description="openHAB Minimal Package" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-dashboard</feature>
Expand All @@ -38,9 +43,9 @@

<feature name="openhab-package-standard" description="openHAB Standard Package" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-runtime-certificate</feature>
<feature>openhab-dashboard</feature>
<feature>openhab-misc-restdocs</feature>
<feature>openhab-misc-certificate</feature>
<feature>openhab-ui-paper</feature>
<feature>openhab-ui-basic</feature>
<feature>openhab-ui-classic</feature>
Expand Down Expand Up @@ -80,10 +85,6 @@
<bundle>mvn:org.openhab.core/org.openhab.io.rest.docs/${project.version}</bundle>
</feature>

<feature name="openhab-misc-certificate" description="SSL Generator" version="${project.version}">
<bundle start-level="20">mvn:org.openhab.core/org.openhab.io.jetty.certificate/${project.version}</bundle>
</feature>

<!-- ui -->

<feature name="openhab-dashboard" description="Dashboard" version="${project.version}">
Expand Down

0 comments on commit 28ac298

Please sign in to comment.