stephan 2003/11/26 08:29:57
Modified: tools/targets compile-build.xml
Log:
Including correct class for jar file.
Revision Changes Path
1.5 +1 -1 cocoon-2.1/tools/targets/compile-build.xml
Index: compile-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/compile-build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- compile-build.xml 26 Nov 2003 16:27:22 -0000 1.4
+++ compile-build.xml 26 Nov 2003 16:29:57 -0000 1.5
@@ -114,7 +114,7 @@
<fileset dir="${build.test}">
<include name="org/apache/cocoon/environment/mock/*"/>
<include name="org/apache/cocoon/components/source/SourceResolverAdapter*"/>
- <include name="org/apache/cocoon/AbstractCocoonComponentTestCase*"/>
+ <include name="org/apache/cocoon/SitemapComponentTestCase*"/>
<include name="org/apache/cocoon/xml/WhitespaceFilter*"/>
</fileset>
</jar>
|