This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 14a9ff6 Fix indent
14a9ff6 is described below
commit 14a9ff6b4a01dfb239fe26d25ecdf7f2c464f629
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Feb 21 16:25:18 2022 +0000
Fix indent
---
build.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/build.xml b/build.xml
index d641dc4..6e24ad4 100644
--- a/build.xml
+++ b/build.xml
@@ -2533,11 +2533,11 @@ skip.installer property in build.properties" />
description="Builds and optionally signs the Windows installer"
depends="-installer,setup-jsign" if="${do.codesigning}" >
<jsign file="${tomcat.release}/v${version}/bin/${final.name}.exe"
- storepass="${codesigning.storepass}"
- storetype="${codesigning.storetype}"
- alias="${codesigning.alias}"
- alg="${codesigning.digest}"
- tsaurl="http://timestamp.digicert.com"/>
+ storepass="${codesigning.storepass}"
+ storetype="${codesigning.storetype}"
+ alias="${codesigning.alias}"
+ alg="${codesigning.digest}"
+ tsaurl="http://timestamp.digicert.com"/>
<!-- .exe has changed so need to redo checksums and OpenPGP signature -->
<delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.asc" />
<delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.sha512"
/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]