Skip to content

Commit

Permalink
Add tag fragments to known text file extensions
Browse files Browse the repository at this point in the history
This fixes cross-platform repeatable builds. The source bundles ended up
with mis-matched line endings.
  • Loading branch information
markt-asf committed Jul 4, 2024
1 parent 85a25f3 commit c1efd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
<include name="**/*.shtml"/>
<include name="**/*.svg"/>
<include name="**/*.tag"/>
<include name="**/*.tagf"/>
<include name="**/*.tagx"/>
<include name="**/*.tasks"/>
<include name="**/*.tld"/>
Expand Down

0 comments on commit c1efd8b

Please sign in to comment.