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

Commit

Permalink
move EnOcean 1.x binding to legacy addons (#5719)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Nov 28, 2018
1 parent e73b052 commit d558572
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions features/openhab-addons-legacy/src/main/feature/feature.xml
Expand Up @@ -45,6 +45,14 @@
<configfile finalname="${openhab.conf}/services/dsmr.cfg" override="false">mvn:${project.groupId}/openhab-addons-external/${project.version}/cfg/dsmr</configfile>
</feature>

<feature name="openhab-binding-enocean1" description="EnOcean Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-runtime-compat1x</feature>
<feature>openhab-transport-serial</feature>
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.enocean/${project.version}</bundle>
<configfile finalname="${openhab.conf}/services/enocean.cfg" override="false">mvn:${project.groupId}/openhab-addons-external/${project.version}/cfg/enocean</configfile>
</feature>

<feature name="openhab-binding-exec1" description="Exec Binding (1.x)" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-runtime-compat1x</feature>
Expand Down
8 changes: 0 additions & 8 deletions features/openhab-addons/src/main/feature/feature.xml
Expand Up @@ -203,14 +203,6 @@
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.energenie/${project.version}</bundle>
</feature>

<feature name="openhab-binding-enocean1" description="EnOcean Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-runtime-compat1x</feature>
<feature>openhab-transport-serial</feature>
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.enocean/${project.version}</bundle>
<configfile finalname="${openhab.conf}/services/enocean.cfg" override="false">mvn:${project.groupId}/openhab-addons-external/${project.version}/cfg/enocean</configfile>
</feature>

<feature name="openhab-binding-enphaseenergy1" description="Enphase Energy Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-runtime-compat1x</feature>
Expand Down

0 comments on commit d558572

Please sign in to comment.