This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f5b2e216b Remove unused property
4f5b2e216b is described below

commit 4f5b2e216bb82c8e65a6c28b1443689522d04312
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Mon Mar 10 13:08:23 2025 +0100

    Remove unused property
---
 build.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/build.xml b/build.xml
index 8c9c04ffff..d78d34b036 100644
--- a/build.xml
+++ b/build.xml
@@ -2700,16 +2700,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"/>
@@ -2720,7 +2710,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to