22 lines
901 B
Diff
22 lines
901 B
Diff
diff -urEbwB apache-tomcat-9.0.85-src.orig/build.xml apache-tomcat-9.0.85-src/build.xml
|
|
--- apache-tomcat-9.0.85-src.orig/build.xml 2024-01-17 16:38:45.550245596 +0100
|
|
+++ apache-tomcat-9.0.85-src/build.xml 2024-01-17 16:39:27.487195879 +0100
|
|
@@ -107,17 +107,6 @@
|
|
<!-- Keep in sync with webapps/docs/tomcat-docs.xsl -->
|
|
<property name="compile.release" value="8"/>
|
|
<property name="min.java.version" value="8"/>
|
|
- <property name="build.java.version" value="17"/>
|
|
-
|
|
- <!-- Check Java Build Version -->
|
|
- <fail message="Java version ${build.java.version} or newer is required (${java.version} is installed)">
|
|
- <condition>
|
|
- <and>
|
|
- <not><javaversion atleast="${build.java.version}" /></not>
|
|
- <not><isset property="skip.build.java.version"/></not>
|
|
- </and>
|
|
- </condition>
|
|
- </fail>
|
|
|
|
<!-- Locations to create the JAR artifacts -->
|
|
<!-- Standard JARs -->
|