Browse Source

make available detect the gump conditions

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918319 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 15 years ago
parent
commit
2423f7e6ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/core/classloader-test.xml

+ 1
- 1
src/tests/antunit/core/classloader-test.xml View File

@@ -23,7 +23,7 @@
<mkdir dir="${input}"/> <mkdir dir="${input}"/>
<mkdir dir="${output}"/> <mkdir dir="${output}"/>
<condition property="gump"> <condition property="gump">
<available classname="org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class"/>
<available resource="org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class"/>
</condition> </condition>
</target> </target>




Loading…
Cancel
Save