Browse Source

we can always assume java8+

master
Stefan Bodewig 9 years ago
parent
commit
a8a8ba1ee1
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      build.xml

+ 1
- 7
build.xml View File

@@ -375,9 +375,6 @@
</not> </not>
</condition> </condition>
<property name="ignoresystemclasses" value="false"/> <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+"> <condition property="jdk1.9+">
<contains string="${java.version}" substring="1.9."/> <contains string="${java.version}" substring="1.9."/>
</condition> </condition>
@@ -543,10 +540,7 @@
property="javadoc.doclint.none" property="javadoc.doclint.none"
value="-Xdoclint:none" value="-Xdoclint:none"
else=""> else="">
<and>
<isset property="jdk1.8+"/>
<not><isset property="withDoclint"/></not>
</and>
<not><isset property="withDoclint"/></not>
</condition> </condition>
</target> </target>




Loading…
Cancel
Save