cziegeler 2004/05/17 02:14:38
Modified: tools/targets test-build.xml
Log:
Commet CocoonBean test case out (again) for the release
Revision Changes Path
1.14 +1 -0 cocoon-2.1/tools/targets/test-build.xml
Index: test-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/test-build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- test-build.xml 17 May 2004 09:07:32 -0000 1.13
+++ test-build.xml 17 May 2004 09:14:38 -0000 1.14
@@ -47,6 +47,7 @@
<include name="**/*TestCase.class"/>
<include name="**/*Test.class" />
<exclude name="**/AllTest.class" />
+ <exclude name="**/CocoonBeanTestCase.class" />
<exclude name="**/*$$*Test.class" />
<exclude name="**/Abstract*.class" />
<exclude name="**/SitemapComponentTestCase*"/>