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 665c20a Ensure consistent line ending in src distro for antTest.sh 665c20a is described below commit 665c20aef54190f3035ca26620dfdd284cb9196f 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 a527dbb..7a134fb 100644 --- a/build.xml +++ b/build.xml @@ -2961,6 +2961,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 --> @@ -2984,6 +2985,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