grouped features for serial support (#337)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2018-04-23 09:07:42 +02:00 committed by Martin van Wingerden
parent 9546e6c85f
commit ee3ef06233

View File

@ -13,7 +13,6 @@
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
<feature>esh-base</feature>
<feature>esh-config-serial</feature>
<feature>esh-io-console-karaf</feature>
<feature>esh-io-rest-sitemap</feature>
<feature>esh-io-rest-voice</feature>
@ -94,6 +93,8 @@
<feature name="openhab-transport-serial" description="Serial Transport" version="${project.version}">
<feature>esh-io-transport-serial</feature>
<feature>esh-config-serial</feature>
<feature>esh-config-discovery-usbserial</feature>
</feature>
<feature name="openhab-transport-upnp" description="UPnP Transport" version="${project.version}">