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 20f9b1fc57 Better names for targets 20f9b1fc57 is described below commit 20f9b1fc576eb21ad5c0d3ebb01c244433e3569e 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 be18d48d19..e4e5a4c7b0 100644 --- a/build.xml +++ b/build.xml @@ -2674,7 +2674,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"> @@ -2684,9 +2684,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 --> @@ -2866,7 +2866,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