Skip to content

Commit

Permalink
simplify (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 28, 2024
1 parent 74b436e commit c0262cc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2046,13 +2046,11 @@
<filterchain>
<tokenfilter>
<linetokenizer />
<containsregex pattern="^\s*id:\s*([0-9a-fA-F\-]+)\s*$" />
<containsregex pattern="id:" />
</tokenfilter>
<tokenfilter>
<stringtokenizer delims=":- \r\n" suppressdelims="true" />
<containsregex
pattern="^\s*id:\s*([0-9a-fA-F\-]+)\s*$"
replace="\1" />
<containsregex pattern="[0-9a-fA-F\-]+" />
</tokenfilter>
<striplinebreaks/>
</filterchain>
Expand Down Expand Up @@ -2120,13 +2118,11 @@
<filterchain>
<tokenfilter>
<linetokenizer />
<containsregex pattern="^\s*id:\s*([0-9a-fA-F\-]+)\s*$" />
<containsregex pattern="id:" />
</tokenfilter>
<tokenfilter>
<stringtokenizer delims=":- \r\n" suppressdelims="true" />
<containsregex
pattern="^\s*id:\s*([0-9a-fA-F\-]+)\s*$"
replace="\1" />
<containsregex pattern="[0-9a-fA-F\-]+" />
</tokenfilter>
<striplinebreaks/>
</filterchain>
Expand Down

0 comments on commit c0262cc

Please sign in to comment.