Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Add the bundles for discovery of usb devices providing a serial port …
Browse files Browse the repository at this point in the history
…to p2 and karaf features (#5400)

The bundles o.e.sh.config.discovery.usbserial and o.e.sh.config.discovery.usbserial.linuxsysfs were recently added in #5315, but they were not added to the p2 and karaf features.

Signed-off-by: Henning Sudbrock <henning.sudbrock@telekom.de>
  • Loading branch information
hsudbrock authored and maggu2810 committed Apr 11, 2018
1 parent 9eebd31 commit 220ae88
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/karaf/esh-core/src/main/feature/feature.xml
Expand Up @@ -226,6 +226,12 @@
<bundle>mvn:org.eclipse.smarthome.config/org.eclipse.smarthome.config.serial/${project.version}</bundle>
</feature>

<feature name="esh-config-discovery-usbserial" version="${project.version}">
<feature>esh-base</feature>
<bundle>mvn:org.eclipse.smarthome.config/org.eclipse.smarthome.config.discovery.usbserial/${project.version}</bundle>
<bundle>mvn:org.eclipse.smarthome.config/org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs/${project.version}</bundle>
</feature>

<feature name="esh-io-console-karaf" description="Karaf Console support for SmartHome stuff" version="${project.version}">
<feature>esh-base</feature>
<feature>shell</feature>
Expand Down
14 changes: 14 additions & 0 deletions features/org.eclipse.smarthome.feature.runtime.core/feature.xml
Expand Up @@ -192,6 +192,20 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.smarthome.config.discovery.usbserial"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.smarthome.config.xml"
download-size="0"
Expand Down

0 comments on commit 220ae88

Please sign in to comment.