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

commit fd935d4195744cfe712ab3d179b581c775332d7a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 24 19:06:09 2022 +0000

    Reproducible builds: consistent line endings for graal files
---
 build.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index 97c8dc2..6e1e83e 100644
--- a/build.xml
+++ b/build.xml
@@ -3830,6 +3830,9 @@ Read the Building page on the Apache Tomcat documentation 
site for details on ho
     <copy todir="${tomcat.graal}/${graalPrefix}">
       <fileset dir="${basedir}/${graalFiles}" />
     </copy>
+    <!-- Reproducible builds: consistent line endings  for graal files -->
+    <fixcrlf srcdir="${tomcat.graal}/${graalPrefix}" eol="lf"
+        encoding="ISO-8859-1" fixlast="false" />
     <zip destfile="${jarfile}" update="true" filesonly="true"
          modificationtime="${tstamp.file}"
          encoding="UTF8">

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

Reply via email to