This is an automated email from the ASF dual-hosted git repository.
remm 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 d6f0a0b9d5 Tab police
d6f0a0b9d5 is described below
commit d6f0a0b9d53993f272dcf68d1ea927524889b687
Author: remm <[email protected]>
AuthorDate: Tue Oct 24 11:30:44 2023 +0200
Tab police
---
build.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.xml b/build.xml
index e3cca8f964..435fe88c9e 100644
--- a/build.xml
+++ b/build.xml
@@ -2650,8 +2650,8 @@ skip.installer property in build.properties" />
</target>
<target name="-release-java-check">
- <!--FIXME: add version check for release
- <fail message="Java version ${release.java.version} or newer is
required for release (${java.version} is installed)">
+ <!--FIXME: add version check for release
+ <fail message="Java version ${release.java.version} or newer is required
for release (${java.version} is installed)">
<condition>
<not><javaversion atleast="${release.java.version}" /></not>
</condition>
@@ -2659,7 +2659,7 @@ skip.installer property in build.properties" />
<condition property="no-ffm">
<not><javaversion atleast="${release.java.version}" /></not>
</condition>
- <echo level="error" if:set="no-ffm">JAVA VERSION 22 OR NEWER IS
REQUIRED FOR RELEASE</echo>
+ <echo level="error" if:set="no-ffm">JAVA VERSION 22 OR NEWER IS REQUIRED
FOR RELEASE</echo>
</target>
<target name="-pre-release-lone-target-check">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]