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

markt 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 c351821  Fix indent
c351821 is described below

commit c3518215621e08e8b1a8afac2f1e6c4c73ef1218
Author: Mark Thomas <ma...@apache.org>
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 9aef252..54cd5fd 100644
--- a/build.xml
+++ b/build.xml
@@ -2590,11 +2590,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to