You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2005/06/23 16:18:08 UTC

svn commit: r193143 - /cocoon/trunk/tools/targets/compile-build.xml

Author: danielf
Date: Thu Jun 23 07:18:06 2005
New Revision: 193143

URL: http://svn.apache.org/viewcvs?rev=193143&view=rev
Log:
Need config files in cocoon.testcase.jar to be able to use it standalone, why was they removed?

Modified:
    cocoon/trunk/tools/targets/compile-build.xml

Modified: cocoon/trunk/tools/targets/compile-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/compile-build.xml?rev=193143&r1=193142&r2=193143&view=diff
==============================================================================
--- cocoon/trunk/tools/targets/compile-build.xml (original)
+++ cocoon/trunk/tools/targets/compile-build.xml Thu Jun 23 07:18:06 2005
@@ -162,7 +162,7 @@
   <!-- package testcase code -->
   <target name="package-testcase" depends="compile-tests">
     <jar jarfile="${build}/${name}-testcase.jar" index="true">
-      <fileset dir="${build.test}" includes="**/*.class"/>
+      <fileset dir="${build.test}"/>
     </jar>
  
       <cocoon.package-sources name="${name}-testcase"