This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new c1efd8b073 Add tag fragments to known text file extensions
c1efd8b073 is described below

commit c1efd8b0735e0845ad916196335a5059f19aac96
Author: Mark Thomas <ma...@apache.org>
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 2d8b2813f8..ffbe79af8a 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to