This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 8ed90f2977 Better names for targets 8ed90f2977 is described below commit 8ed90f2977326ba56c47223821f615788ea42431 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 4 14:44:39 2025 +0000 Better names for targets --- build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 126959af98..c953e1314a 100644 --- a/build.xml +++ b/build.xml @@ -2649,7 +2649,7 @@ To skip building the Windows installer, set the skip.installer property in build </exec> </target> - <target name="-installer" + <target name="-installer-build" depends="-installer-prep,-installer-wine,-installer-makensis" unless="skip.installer"> <exec dir="${tomcat.dist}" executable="${nsis.executable.windows}" osfamily="windows"> @@ -2659,9 +2659,9 @@ To skip building the Windows installer, set the skip.installer property in build </exec> </target> - <target name="installer-sign" + <target name="installer" description="Builds and optionally signs the Windows installer" - depends="-installer" + depends="-installer-build" unless="skip.installer"> <move file="${tomcat.dist}/tomcat-installer.exe" tofile="${tomcat.release}/v${version}/bin/${final.name}.exe"/> <!-- .exe has changed so need to redo checksums and OpenPGP signature --> @@ -2844,7 +2844,7 @@ Configured for ${release.asfusername} to release Tomcat ${version.major}.${versi </target> <target name="release" - depends="clean,release-init,dist-deployer,installer-sign,package-zip,package-winzip,package-tgz,package-deployer-zip,package-deployer-tgz,javadoc,package-docs-tgz,package-src-zip,package-src-tgz,package-src-jar" + depends="clean,release-init,dist-deployer,installer,package-zip,package-winzip,package-tgz,package-deployer-zip,package-deployer-tgz,javadoc,package-docs-tgz,package-src-zip,package-src-tgz,package-src-jar" description="Create a Tomcat packaged distribution"> <copy file="KEYS" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org