You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2008/07/24 00:25:33 UTC

svn commit: r679214 - /ant/ivy/core/trunk/build.xml

Author: maartenc
Date: Wed Jul 23 15:25:32 2008
New Revision: 679214

URL: http://svn.apache.org/viewvc?rev=679214&view=rev
Log:
The test target should execute all junit tests...

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=679214&r1=679213&r2=679214&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Wed Jul 23 15:25:32 2008
@@ -369,7 +369,6 @@
             <fileset id="test.fileset" dir="${test.dir}">
                 <include name="**/${test.class.pattern}.java" />
                 <exclude name="**/Abstract*Test.java" />
-                <contains text="junit" />
             </fileset>
     </target>