This is an automated email from the ASF dual-hosted git repository.

markt 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 28adf53403 Fix source distro line endings for new test script
28adf53403 is described below

commit 28adf534034f4ae590585e06f879d62106ac4522
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 10 18:37:42 2025 +0100

    Fix source distro line endings for new test script
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index f5f8f346b5..ee380f6697 100644
--- a/build.xml
+++ b/build.xml
@@ -3351,6 +3351,7 @@ Configured for ${release.asfusername} to release Tomcat 
${version.major}.${versi
       <include name=".travis/*.sh" />
       <include name="res/graal/*.sh" />
       <include name="res/openssl/*.sh" />
+      <include name="test/org/apache/tomcat/util/net/ocsp/*.sh" />
     </fixcrlf>
 
     <zip zipfile="${tomcat.release}/v${version}/src/${final-src.name}.zip"
@@ -3373,6 +3374,7 @@ Configured for ${release.asfusername} to release Tomcat 
${version.major}.${versi
       <include name=".travis/*.sh" />
       <include name="res/graal/*.sh" />
       <include name="res/openssl/*.sh" />
+      <include name="test/org/apache/tomcat/util/net/ocsp/*.sh" />
     </fixcrlf>
 
     <!-- Reproducible builds: consistent timestamps for distributed files -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to