This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 9e315fda9d Add tag fragments to known text file extensions
9e315fda9d is described below
commit 9e315fda9db35f4f09ce5a6a7396869dcdd40c66
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jul 4 12:12:27 2024 +0100
Add tag fragments to known text file extensions
This fixes cross-platform repeatable builds. The source bundles ended up
with mis-matched line endings.
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index 60bbffda16..870ca4b866 100644
--- a/build.xml
+++ b/build.xml
@@ -356,6 +356,7 @@
<include name="**/*.shtml"/>
<include name="**/*.svg"/>
<include name="**/*.tag"/>
+ <include name="**/*.tagf"/>
<include name="**/*.tagx"/>
<include name="**/*.tasks"/>
<include name="**/*.tld"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]