Skip to content

Commit

Permalink
Fix missing feature bundles (openhab#5731)
Browse files Browse the repository at this point in the history
Adapt regular expression so it also matches the bundles of the openhab-io-webaudio and openhab-misc-market features.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored and knikhilwiz committed Jul 3, 2019
1 parent 5bf1301 commit 552a34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</fileset>
<filterchain>
<linecontainsRegExp>
<regexp pattern="(feature>)|(feature\s)|(bundle\s)"/>
<regexp pattern="(feature>)|(feature\s)|(bundle>)|(bundle\s)"/>
</linecontainsRegExp>
</filterchain>
<footer file="src/main/resources/footer.xml" filtering="no"/>
Expand Down

0 comments on commit 552a34b

Please sign in to comment.