You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/04/09 12:17:42 UTC

ant git commit: we can always assume java8+

Repository: ant
Updated Branches:
  refs/heads/master ce5d25715 -> a8a8ba1ee


we can always assume java8+


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a8a8ba1e
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a8a8ba1e
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/a8a8ba1e

Branch: refs/heads/master
Commit: a8a8ba1ee167bd3672c61d7124ddd217686f3586
Parents: ce5d257
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Apr 9 12:17:17 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Apr 9 12:17:17 2016 +0200

----------------------------------------------------------------------
 build.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/a8a8ba1e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4d52e64..d9dfded 100644
--- a/build.xml
+++ b/build.xml
@@ -375,9 +375,6 @@
       </not>
     </condition>
     <property name="ignoresystemclasses" value="false"/>
-    <available property="jdk1.6+" classname="java.net.CookieStore"/>
-    <available property="jdk1.7+" classname="java.nio.file.FileSystem"/>
-    <available property="jdk1.8+" classname="java.lang.reflect.Executable"/>
     <condition property="jdk1.9+">
       <contains string="${java.version}" substring="1.9."/>
     </condition>
@@ -543,10 +540,7 @@
       property="javadoc.doclint.none" 
       value="-Xdoclint:none" 
       else="">
-      <and>
-        <isset property="jdk1.8+"/>
-        <not><isset property="withDoclint"/></not>
-      </and>
+      <not><isset property="withDoclint"/></not>
     </condition>
   </target>