This is an automated email from the ASF dual-hosted git repository. rjung 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 7fbd6c043d Fix unix line ends for helper shell script in src.tar.gz 7fbd6c043d is described below commit 7fbd6c043db1c389fd37a3caf67b35e63c0d174d Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Sat Nov 9 10:30:59 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 66d493f0ca..52f5fa1125 100644 --- a/build.xml +++ b/build.xml @@ -3227,6 +3227,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