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
commit d75cfb737aa58147dba15a3797fb7d51b1d68a21 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 4 19:22:38 2025 +0000 Revert "Better name" This reverts commit 6371592f3e714fb0c718709f20c12ffcc9c02dfd. --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 4855fbef1e..3b0261c515 100644 --- a/build.xml +++ b/build.xml @@ -2566,7 +2566,7 @@ </copy> </target> - <target name="-installer-set-properties"> + <target name="-installer-set-properties-1"> <property environment="env"/> <condition property="wine.ok"> <or> @@ -2617,7 +2617,7 @@ </target> <target name="-installer-check-available" - depends="-installer-set-properties" + depends="-installer-set-properties-1" unless="${installer.ok}"> <fail message="The executable ${nsis.tool} was not found on the current path. Either wine or makensis are required to build the Windows installer on a non-Windows platform. @@ -2626,7 +2626,7 @@ To skip building the Windows installer, set the skip.installer property in build </target> <target name="-installer-check-version" - depends="-installer-set-properties" + depends="-installer-set-properties-1" unless="${nsis.executable.unix.version.ok}"> <fail message="An executable makensis was found at: ${nsis.executable.unix} with version [${nsis.executable.unix.version}] but version [v${nsis.version}] is required --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org