bayard 2002/09/20 21:16:37
Modified: lang project.xml
Log:
Added an exclude for Test classes beginning with 'Abstract'
Revision Changes Path
1.6 +4 -1 jakarta-commons/lang/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 15 Sep 2002 10:28:35 -0000 1.5
+++ project.xml 21 Sep 2002 04:16:37 -0000 1.6
@@ -3,7 +3,7 @@
<extend>../project.xml</extend>
<id>commons-lang</id>
<name>Lang</name>
- <currentVersion>1.0-dev</currentVersion>
+ <currentVersion>1.0</currentVersion>
<inceptionYear>2001</inceptionYear>
<description>
@@ -88,6 +88,9 @@
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
</includes>
+ <excludes>
+ <exclude>**/Abstract*.java</exclude>
+ </excludes>
</unitTest>
</build>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>