Fix missing feature configfiles (#9324)
* Update configfile lines for renamed openhab-addons-external artifactId * Add missing 2.5.x configfiles files which were never merged into the main branch * Fix configfile lines not aggregated in feature.xml file Fixes openhab/openhab-distro#1205 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<feature name="openhab-transformation-exec" description="Exec Transformation" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<configfile finalname="${openhab.conf}/misc/exec.whitelist" override="false">mvn:${project.groupId}/openhab-addons-external/${project.version}/cfg/exec.whitelist</configfile>
|
||||
<configfile finalname="${openhab.conf}/misc/exec.whitelist" override="false">mvn:${project.groupId}/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/cfg/exec.whitelist</configfile>
|
||||
<bundle start-level="75">mvn:org.openhab.addons.bundles/org.openhab.transform.exec/${project.version}</bundle>
|
||||
</feature>
|
||||
</features>
|
||||
|
||||
Reference in New Issue
Block a user