bodewig 2004/05/25 04:36:40
Modified: . build.xml
Log:
Use the same class as JavaEnvUtils to check for 1.5+
Revision Changes Path
1.421 +1 -1 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -r1.420 -r1.421
--- build.xml 20 May 2004 08:34:13 -0000 1.420
+++ build.xml 25 May 2004 11:36:40 -0000 1.421
@@ -392,7 +392,7 @@
<target name="check_for_optional_packages">
<available property="jdk1.3+" classname="java.lang.StrictMath"/>
<available property="jdk1.4+" classname="java.lang.CharSequence"/>
- <available property="jdk1.5+" classname="java.util.concurrent.Callable"/>
+ <available property="jdk1.5+" classname="java.lang.Readable"/>
<available property="kaffe" classname="kaffe.util.NotImplemented"/>
<available property="bsf.present"
classname="org.apache.bsf.BSFManager"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]