You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2010/10/10 16:14:59 UTC

svn commit: r1006294 - /commons/proper/io/trunk/build.xml

Author: niallp
Date: Sun Oct 10 14:14:59 2010
New Revision: 1006294

URL: http://svn.apache.org/viewvc?rev=1006294&view=rev
Log:
Fix broken ant build - thanks to Gary Gregory

Modified:
    commons/proper/io/trunk/build.xml

Modified: commons/proper/io/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/build.xml?rev=1006294&r1=1006293&r2=1006294&view=diff
==============================================================================
--- commons/proper/io/trunk/build.xml (original)
+++ commons/proper/io/trunk/build.xml Sun Oct 10 14:14:59 2010
@@ -193,6 +193,7 @@
           <exclude name="**/testtools/**"/>
           <!-- Ant JUnit does not handle abstract classes -->
           <exclude name="**/*AbstractTestCase*"/>
+            <exclude name="**/Abstract*TestCase*"/>
         </fileset>
       </batchtest>
     </junit>