This is an automated email from the ASF dual-hosted git repository.
rjung 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 625c6a5755 Remove unused property
625c6a5755 is described below
commit 625c6a57551c80716b6d9eb7c9518083d67a315a
Author: Rainer Jung <[email protected]>
AuthorDate: Mon Mar 10 13:11:46 2025 +0100
Remove unused property
---
build.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/build.xml b/build.xml
index 1446224cbd..28c7d3a2d3 100644
--- a/build.xml
+++ b/build.xml
@@ -2653,16 +2653,6 @@ You may need a custom build of makensis. Instructions
for this may be found in B
<include name="*.xml"/>
</fileset>
</copy>
- <property name="uninstall.exe" value="${tomcat.dist}/Uninstall.exe"/>
- <pathconvert property="win.uninstall.exe">
- <path location="${uninstall.exe}"/>
- </pathconvert>
- <condition property="os.uninstall.exe" value="${win.uninstall.exe}"
else="${uninstall.exe}">
- <or>
- <os family="windows"/>
- <isset property="wine.ok"/>
- </or>
- </condition>
<condition property="os.cmd.copy" value="copy" else="cp">
<or>
<os family="windows"/>
@@ -2673,7 +2663,6 @@ You may need a custom build of makensis. Instructions for
this may be found in B
<filterset refid="version.filters"/>
<filterset>
<filter token="OS.CMD.COPY" value="${os.cmd.copy}"/>
- <filter token="OS.UNINSTALL.EXE" value="${os.uninstall.exe}"/>
</filterset>
</copy>
<fixcrlf srcdir="${tomcat.dist}" eol="crlf" encoding="ISO-8859-1"
fixlast="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]