mirror of https://github.com/apache/ant-ivy
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:
parent
1c805251b1
commit
13c9e95760
|
|
@ -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}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue