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 25dfcc797f Better names for targets
25dfcc797f is described below
commit 25dfcc797f746e870fe3e26381e88ede1c5a350b
Author: Mark Thomas <[email protected]>
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 73d4e2084c..fd7a94da7e 100644
--- a/build.xml
+++ b/build.xml
@@ -2677,7 +2677,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">
@@ -2687,9 +2687,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 -->
@@ -2877,7 +2877,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: [email protected]
For additional commands, e-mail: [email protected]