Skip to content

Commit

Permalink
Try just value (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 28, 2024
1 parent 26951c0 commit cc4ed24
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2046,10 +2046,6 @@
<loadresource property="retUUID">
<concat>${retUUID.txt}</concat>
<filterchain>
<tokenfilter>
<linetokenizer />
<containsregex pattern="id" />
</tokenfilter>
<tokenfilter>
<containsregex pattern="[0-9a-fA-F\-]+" />
</tokenfilter>
Expand Down Expand Up @@ -2119,10 +2115,6 @@
<loadresource property="zipUUID">
<concat>${zipUUID.txt}</concat>
<filterchain>
<tokenfilter>
<linetokenizer />
<containsregex pattern="id" />
</tokenfilter>
<tokenfilter>
<containsregex pattern="[0-9a-fA-F\-]+" />
</tokenfilter>
Expand Down

0 comments on commit cc4ed24

Please sign in to comment.