Skip to content

Commit

Permalink
Merge pull request openhab#8 from dvanherbergen/master
Browse files Browse the repository at this point in the history
Add certificate generation to base runtime
  • Loading branch information
kaikreuzer committed Jan 6, 2016
2 parents 28ac298 + 72e7b19 commit 5885831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/karaf/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<feature>esh-model-thing-runtime</feature>
<feature>esh-storage-mapdb</feature>
<feature>esh-ui-iconset-classic</feature>
<feature>openhab-runtime-certificate</feature>
<feature dependency="true">shell</feature>
<bundle start-level="90">mvn:org.openhab.core/org.openhab.core/${project.version}</bundle>
<bundle prerequisite="true">mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/${dep.karaf.version}</bundle>
Expand All @@ -43,7 +44,6 @@

<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-ui-paper</feature>
Expand Down

0 comments on commit 5885831

Please sign in to comment.