This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 347a890fd8 Fix unix line ends for helper shell script in src.tar.gz 347a890fd8 is described below commit 347a890fd8803a8a00547a57ab2c71c5a69c5bd6 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 98106bb816..79c47cc5eb 100644 --- a/build.xml +++ b/build.xml @@ -3226,6 +3226,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