exclude bundles that are not yet included in the build from the aggregated feature (#8573)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
b503dce9fd
commit
9780cd9b5b
|
@ -49,6 +49,11 @@
|
|||
<exclude name="**/org.openhab.binding.bluetooth*/**/feature.xml"/>
|
||||
<exclude name="**/org.openhab.binding.modbus*/**/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"/>
|
||||
<exclude name="**/org.openhab.binding.velux/**/feature.xml"/>
|
||||
<exclude name="**/org.openhab.io.hueemulation/**/feature.xml"/>
|
||||
</fileset>
|
||||
<filterchain>
|
||||
<linecontainsRegExp>
|
||||
|
|
Loading…
Reference in New Issue