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:
@@ -35,6 +35,11 @@
|
||||
<type>cfg</type>
|
||||
<classifier>dynamodb</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/resources/conf/exec.whitelist</file>
|
||||
<type>cfg</type>
|
||||
<classifier>exec.whitelist</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/resources/conf/influxdb.cfg</file>
|
||||
<type>cfg</type>
|
||||
@@ -55,11 +60,31 @@
|
||||
<type>cfg</type>
|
||||
<classifier>mapdb</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/resources/conf/openhabcloud.cfg</file>
|
||||
<type>cfg</type>
|
||||
<classifier>openhabcloud</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/resources/conf/rrd4j.cfg</file>
|
||||
<type>cfg</type>
|
||||
<classifier>rrd4j</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/resources/conf/voicerss.cfg</file>
|
||||
<type>cfg</type>
|
||||
<classifier>voicerss</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/resources/lib/libLeap.dylib</file>
|
||||
<type>lib</type>
|
||||
<classifier>libLeap</classifier>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<file>src/main/resources/lib/libLeapJava.dylib</file>
|
||||
<type>lib</type>
|
||||
<classifier>libLeapJava</classifier>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# For security reasons all commands that are used by the exec binding or transformation need to be whitelisted.
|
||||
# Every command needs to be listed on a separate line below.
|
||||
@@ -0,0 +1,19 @@
|
||||
############################## openHAB Cloud Connector #############################
|
||||
|
||||
# The URL of the openHAB Cloud service to connect to.
|
||||
# Optional, default is set to the service offered by the openHAB Foundation
|
||||
# (https://myopenhab.org/)
|
||||
#baseURL=
|
||||
|
||||
# Defines the mode in which you want to operate the connector.
|
||||
# Possible values are:
|
||||
# - notification: Only push notifications are enabled, no remote access is allowed.
|
||||
# - remote: Push notifications and remote access are enabled.
|
||||
# Optional, default is 'remote'.
|
||||
#mode=
|
||||
|
||||
# A comma-separated list of items to be exposed to external services like IFTTT.
|
||||
# Events of those items are pushed to the openHAB Cloud and commands received for
|
||||
# these items from the openHAB Cloud service are accepted and sent to the local bus.
|
||||
# Optional, default is an empty list.
|
||||
#expose=
|
||||
@@ -0,0 +1,5 @@
|
||||
######################## VoiceRSS Text-to-Speech Engine ########################
|
||||
|
||||
# API key you got when you subscribed to the Voice RSS service
|
||||
# Open your profile to get the value: http://www.voicerss.org/personel/
|
||||
#apiKey=1234567890
|
||||
Binary file not shown.
Binary file not shown.
@@ -52,7 +52,8 @@
|
||||
</fileset>
|
||||
<filterchain>
|
||||
<linecontainsRegExp>
|
||||
<regexp pattern="(feature>)|(feature\s)|(bundle>)|(bundle\s)"/>
|
||||
<regexp
|
||||
pattern="(feature>)|(feature\s)|(bundle>)|(bundle\s)|(configfile>)|(configfile\s)"/>
|
||||
</linecontainsRegExp>
|
||||
</filterchain>
|
||||
<footer file="src/main/resources/footer.xml" filtering="no"/>
|
||||
|
||||
Reference in New Issue
Block a user