You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ps...@apache.org on 2004/02/10 15:16:25 UTC

svn commit: rev 6602 - incubator/directory/naming/trunk/core

Author: psteitz
Date: Tue Feb 10 06:16:24 2004
New Revision: 6602

Modified:
   incubator/directory/naming/trunk/core/build.xml
Log:
Exclude Abstract test classes.

Modified: incubator/directory/naming/trunk/core/build.xml
==============================================================================
--- incubator/directory/naming/trunk/core/build.xml	(original)
+++ incubator/directory/naming/trunk/core/build.xml	Tue Feb 10 06:16:24 2004
@@ -98,6 +98,8 @@
         <fileset dir="src/test">
           <include name="**/*Test*">
           </include>
+          <exclude name="**/Abstract*">
+          </exclude>
         </fileset>
       </batchtest>
     </junit>
@@ -157,4 +159,4 @@
     </get>
   </target>
  
-</project>
\ No newline at end of file
+</project>