Skip to content

Commit

Permalink
Update feature.xml (openhab#1350)
Browse files Browse the repository at this point in the history
Oceanic Binding missing

Signed-off-by: Karel Goderis <[email protected]>
  • Loading branch information
kgoderis authored and kaikreuzer committed Oct 25, 2016
1 parent bb645ca commit c2d4e2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/openhab-addons/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.network/${project.version}</bundle>
</feature>

<feature name="openhab-binding-oceanic" description="Oceanic Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.oceanic/${project.version}</bundle>
</feature>

<feature name="openhab-binding-onkyo" description="Onkyo Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-upnp</feature>
Expand Down

0 comments on commit c2d4e2d

Please sign in to comment.