include swagger feature directly in rest-docs (#362)

also move out the rule engine from openhab-core and put it in openhab-distro instead

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/365/head
Kai Kreuzer 2018-06-15 16:10:55 +02:00 committed by Wouter Born
parent f748afdd19
commit 70d727da4c
1 changed files with 3 additions and 13 deletions

View File

@ -98,20 +98,10 @@
<feature>esh-io-transport-upnp</feature> <feature>esh-io-transport-upnp</feature>
</feature> </feature>
<feature name="openhab-misc-ruleengine" description="Rule Engine (Experimental)" version="${project.version}"> <feature name="openhab-misc-restdocs" description="REST Documentation" version="${project.version}">
<feature>openhab-runtime-base</feature> <feature>openhab-runtime-base</feature>
<feature>esh-automation-api</feature> <feature>esh.tp-swagger-jax-rs-provider</feature>
<feature>esh-automation-commands</feature> <bundle>mvn:org.openhab.core/org.openhab.io.rest.docs/${project.version}</bundle>
<feature>esh-automation-core</feature>
<feature>esh-automation-module-core</feature>
<feature>esh-automation-module-media</feature>
<feature>esh-automation-module-script</feature>
<feature>esh-automation-module-script-defaultscope</feature>
<feature>esh-automation-module-script-rulesupport</feature>
<feature>esh-automation-module-timer</feature>
<feature>esh-automation-parser-gson</feature>
<feature>esh-automation-providers</feature>
<feature>esh-automation-rest</feature>
</feature> </feature>
<feature name="openhab-ui-homebuilder" description="Home Builder" version="${project.version}"> <feature name="openhab-ui-homebuilder" description="Home Builder" version="${project.version}">