This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 44ee28bb9f Add tag fragments to known text file extensions
44ee28bb9f is described below
commit 44ee28bb9fe8632809d930779ecde685140d3e1a
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 c17865afc8..b518a42a4a 100644
--- a/build.xml
+++ b/build.xml
@@ -346,6 +346,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]