Browse Source

Test for Gump was not sufficient

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@807189 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
63c50270df
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="${output}"/>
<condition property="gump">
<equals arg1="${build.sysclasspath}" arg2="only"/>
<available classname="org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class"/>
</condition>
</target>



Loading…
Cancel
Save