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 22292fd1ce Tab and space police - sorry
22292fd1ce is described below
commit 22292fd1ce2cc45c577eb3d44e4c9b8b522f7b5d
Author: Rainer Jung <[email protected]>
AuthorDate: Mon Mar 10 12:10:47 2025 +0100
Tab and space police - sorry
---
build.xml | 4 ++--
res/install-win/tomcat.nsi | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.xml b/build.xml
index 510201be3e..1446224cbd 100644
--- a/build.xml
+++ b/build.xml
@@ -2653,8 +2653,8 @@ 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">
+ <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}">
diff --git a/res/install-win/tomcat.nsi b/res/install-win/tomcat.nsi
index 6b0a50c3a2..6a3605cffb 100644
--- a/res/install-win/tomcat.nsi
+++ b/res/install-win/tomcat.nsi
@@ -436,7 +436,7 @@ Function .onInit
WriteUninstaller "$EXEDIR\Uninstall.exe"
Quit
!endif
-
+
${GetParameters} $R0
ClearErrors
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]