This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 33f2197f16 Fix unix line ends for helper shell script in src.tar.gz 33f2197f16 is described below commit 33f2197f16b9ebc61f0c8c3c7eba71085970262c Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Sat Nov 9 10:29:31 2024 +0100 Fix unix line ends for helper shell script in src.tar.gz --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index e0918acf28..78f93fd364 100644 --- a/build.xml +++ b/build.xml @@ -3156,6 +3156,7 @@ Configured for ${release.asfusername} to release Tomcat ${version.major}.${versi <include name="bin/*.sh" /> <include name=".travis/*.sh" /> <include name="res/graal/*.sh" /> + <include name="res/openssl/*.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