Author: maartenc
Date: Thu Jan  7 22:37:19 2010
New Revision: 897039

URL: http://svn.apache.org/viewvc?rev=897039&view=rev
Log:
Fixed junit classpath again to make the tests run with Ant 1.8.0RC1

Modified:
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=897039&r1=897038&r2=897039&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Thu Jan  7 22:37:19 2010
@@ -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}" />


Reply via email to