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 c860466468 Fix line-ending differences in src distributions c860466468 is described below commit c860466468ad625532ae45fb7e887cda05cceb03 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Aug 5 14:27:23 2024 +0100 Fix line-ending differences in src distributions --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 5ad2d2aaa1..03bdbdcff7 100644 --- a/build.xml +++ b/build.xml @@ -3200,6 +3200,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> <zip zipfile="${tomcat.release}/v${version}/src/${final-src.name}.zip" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org