Fixed junit classpath again to make the tests run with Ant 1.8.0RC1

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@897039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2010-01-07 22:37:19 +00:00
parent 1c805251b1
commit 13c9e95760
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@
<include name="*.jar" />
<exclude name="ant.jar" />
<exclude name="ant-launcher.jar" />
<exclude name="ant-nodeps.jar"/>
<exclude name="ant-trax.jar"/>
</fileset>
<pathelement location="${core.classes.build.dir}" />
<pathelement location="${ant.classes.build.dir}" />