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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new bc659ea  Ensure consistent line ending in src distro for antTest.sh
bc659ea is described below

commit bc659ea35d2d79ca261a6da6291ffd0c770a6a9c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 23 20:35:24 2021 +0000

    Ensure consistent line ending in src distro for antTest.sh
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index 6ca421f..a581ff7 100644
--- a/build.xml
+++ b/build.xml
@@ -2643,6 +2643,7 @@ skip.installer property in build.properties" />
       <patternset refid="text.files"/>
       <include name="bin/*.bat" />
       <include name="bin/*.sh" />
+      <include name=".travis/*.sh" />
     </fixcrlf>
 
     <!-- Reproducible builds: consistent timestamps for distributed files -->
@@ -2666,6 +2667,7 @@ skip.installer property in build.properties" />
       <patternset refid="text.files"/>
       <include name="bin/*.bat" />
       <include name="bin/*.sh" />
+      <include name=".travis/*.sh" />
     </fixcrlf>
 
     <!-- Reproducible builds: consistent timestamps for distributed files -->

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

Reply via email to