Author: bodewig
Date: Mon Nov 22 09:57:57 2010
New Revision: 1037654
URL: http://svn.apache.org/viewvc?rev=1037654&view=rev
Log:
Detect OpenJDK7 and Harmony (not that we'd use it for now)
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1037654&r1=1037653&r2=1037654&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Mon Nov 22 09:57:57 2010
@@ -352,7 +352,10 @@
<property name="ignoresystemclasses" value="false"/>
<available property="jdk1.5+" classname="java.net.Proxy"/>
<available property="jdk1.6+" classname="java.util.ServiceLoader"/>
+ <available property="jdk1.7+" classname="java.nio.file.FileSystem"/>
<available property="kaffe" classname="kaffe.util.NotImplemented"/>
+ <available property="harmony"
+ classname="org.apache.harmony.luni.util.Base64"/>
<available property="bsf.present"
classname="org.apache.bsf.BSFManager"
classpathref="classpath" ignoresystemclasses="${ignoresystemclasses}"/>