This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 124e564 Fix indent 124e564 is described below commit 124e5643fcf92375488e23c6eb6c2d03378dc9b9 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 cfbf19a..cb0e971 100644 --- a/build.xml +++ b/build.xml @@ -2551,11 +2551,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