Merge pull request #8 from dvanherbergen/master

Add certificate generation to base runtime
pull/9/head
Kai Kreuzer 2016-01-06 22:00:17 +01:00
commit 5885831ed6
1 changed files with 1 additions and 1 deletions

View File

@ -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>
@ -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>