exclude netatmo binding from aggregated feature (#8638)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
7d1c6ee371
commit
d1de8a2ed6
|
@ -49,9 +49,6 @@
|
||||||
<exclude name="**/org.openhab.binding.bluetooth*/**/feature.xml"/>
|
<exclude name="**/org.openhab.binding.bluetooth*/**/feature.xml"/>
|
||||||
<exclude name="**/org.openhab.binding.modbus*/**/feature.xml"/>
|
<exclude name="**/org.openhab.binding.modbus*/**/feature.xml"/>
|
||||||
<exclude name="**/org.openhab.binding.mqtt*/**/feature.xml"/>
|
<exclude name="**/org.openhab.binding.mqtt*/**/feature.xml"/>
|
||||||
|
|
||||||
<!-- temporarily exclude add-ons, which are still excluded from the build -->
|
|
||||||
<exclude name="**/org.openhab.binding.netatmo/**/feature.xml"/>
|
|
||||||
</fileset>
|
</fileset>
|
||||||
<filterchain>
|
<filterchain>
|
||||||
<linecontainsRegExp>
|
<linecontainsRegExp>
|
||||||
|
|
Loading…
Reference in New Issue