Skip to content

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

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

Signed-off-by: Henning Sudbrock <[email protected]>
  • Loading branch information
hsudbrock committed Apr 10, 2018
1 parent 4157491 commit 6d19e3a
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
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,12 @@
<bundle>mvn:org.eclipse.smarthome.config/org.eclipse.smarthome.config.discovery.upnp/${project.version}</bundle>
</feature>

<feature name="esh-io-discovery-usb-serial" 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-model-item" version="${project.version}">
<feature>esh-base</feature>
<bundle>mvn:org.eclipse.smarthome.model/org.eclipse.smarthome.model.item/${project.version}</bundle>
Expand Down
14 changes: 14 additions & 0 deletions features/org.eclipse.smarthome.feature.runtime.core/feature.xml
Original file line number Diff line number Diff line change
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 6d19e3a

Please sign in to comment.