apache-ant/apache-ant-1.9.13-ant-1.8.patch

13 lines
656 B
Diff

--- apache-ant-1.9.13/build.xml.orig 2018-08-08 20:38:20.867984610 +0200
+++ apache-ant-1.9.13/build.xml 2018-08-08 20:38:33.980051615 +0200
@@ -378,9 +378,6 @@
<available property="jdk1.7+" classname="java.nio.file.FileSystem"/>
<available property="jdk1.8+" classname="java.lang.reflect.Executable"/>
<available property="jdk9+" classname="java.lang.module.ModuleDescriptor"/>
- <condition property="jdk10+">
- <javaversion atleast="10"/>
- </condition>
<available property="kaffe" classname="kaffe.util.NotImplemented"/>
<available property="harmony"
classname="org.apache.harmony.luni.util.Base64"/>