diff -ur freemarker-2.3.31.orig/build.xml freemarker-2.3.31/build.xml --- freemarker-2.3.31.orig/build.xml 2023-09-27 10:33:40.129433231 +0200 +++ freemarker-2.3.31/build.xml 2023-09-27 10:33:55.616196658 +0200 @@ -43,34 +43,8 @@ - - - - - - - - - - - - - - - - - - - - - The "boot.classpath.j2se1.7" property value (${boot.classpath.j2se1.7}) seems to be an incorrect boot classpath. Please fix it in the <projectDir>/build.properties file, or wherever you set it. - The "boot.classpath.j2se1.8" property value (${boot.classpath.j2se1.8}) seems to be an incorrect boot classpath. Please fix it in the <projectDir>/build.properties file, or wherever you set it. - Using boot classpaths: Java 7: ${boot.classpath.j2se1.7};Java 8: ${boot.classpath.j2se1.8} - @@ -249,7 +205,6 @@ debug="on" optimize="off" target="1.7" source="1.7" encoding="utf-8" includeantruntime="false" classpathref="ivy.dep" - bootclasspath="${boot.classpath.j2se1.7}" excludes=" freemarker/ext/beans/JRebelClassChangeNotifier.java freemarker/core/_Java?*Impl.java, @@ -272,22 +227,14 @@ debug="on" optimize="off" target="1.8" source="1.8" encoding="utf-8" includeantruntime="false" classpathref="ivy.dep" - bootclasspath="${boot.classpath.j2se1.8}" includes="freemarker/core/_Java8Impl.java" /> - - - - + + + + + + + + + - @@ -593,10 +547,6 @@ -