Author: stefano
Date: Tue Nov  2 07:02:52 2004
New Revision: 56377

Modified:
   cocoon/trunk/tools/targets/compile-build.xml
Log:
adding all tests to the test jar so that blocks find them when compiled by gump


Modified: cocoon/trunk/tools/targets/compile-build.xml
==============================================================================
--- cocoon/trunk/tools/targets/compile-build.xml        (original)
+++ cocoon/trunk/tools/targets/compile-build.xml        Tue Nov  2 07:02:52 2004
@@ -179,10 +179,7 @@
   <target name="package-testcase" depends="compile-tests">
     <jar jarfile="${build}/${name}-testcase.jar" index="true">
       <fileset dir="${build.test}">
-        <include name="org/apache/cocoon/environment/mock/*"/>
-        <include 
name="org/apache/cocoon/components/source/SourceResolverAdapter*"/>
-        <include name="org/apache/cocoon/SitemapComponentTestCase*"/>
-        <include name="org/apache/cocoon/xml/WhitespaceFilter*"/>
+        <include name="org/apache/cocoon/*"/>
       </fileset>
     </jar>
     <!-- optionally add source files to the jar -->

Reply via email to