You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2010/03/03 05:02:52 UTC

svn commit: r918319 - /ant/core/trunk/src/tests/antunit/core/classloader-test.xml

Author: antoine
Date: Wed Mar  3 04:02:52 2010
New Revision: 918319

URL: http://svn.apache.org/viewvc?rev=918319&view=rev
Log:
make available detect the gump conditions

Modified:
    ant/core/trunk/src/tests/antunit/core/classloader-test.xml

Modified: ant/core/trunk/src/tests/antunit/core/classloader-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/core/classloader-test.xml?rev=918319&r1=918318&r2=918319&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/core/classloader-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/core/classloader-test.xml Wed Mar  3 04:02:52 2010
@@ -23,7 +23,7 @@
     <mkdir dir="${input}"/>
     <mkdir dir="${output}"/>
     <condition property="gump">
-      <available classname="org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class"/>
+      <available resource="org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class"/>
     </condition>
   </target>