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 cf60f4b0d4 Use nsis source files to control nsis source download cf60f4b0d4 is described below commit cf60f4b0d498a0d93cc4fc39b719d36a1c80fa4f Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 4 14:30:56 2025 +0000 Use nsis source files to control nsis source download --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 10672da8b9..db6125e8d2 100644 --- a/build.xml +++ b/build.xml @@ -3663,8 +3663,8 @@ Configured for ${release.asfusername} to release Tomcat ${version.major}.${versi <antcall target="downloadbz2"> <param name="sourcefile" value="${nsis.src.loc}"/> - <param name="destfile" value="${nsis.executable.windows}"/> - <param name="destdir" value="${nsis.bin.home}/.."/> + <param name="destfile" value="${nsis.src.home}/INSTALL"/> + <param name="destdir" value="${nsis.src.home}/.."/> <param name="checksum.enabled" value="${nsis.checksum.enabled}"/> <param name="checksum.algorithm" value="${nsis.src.checksum.algorithm}"/> <param name="checksum.value" value="${nsis.src.checksum.value}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org