Author: stefano Date: Wed Nov 3 11:53:02 2004 New Revision: 56518 Modified: cocoon/trunk/tools/targets/compile-build.xml Log: hopefully this should fix those blocks now
Modified: cocoon/trunk/tools/targets/compile-build.xml ============================================================================== --- cocoon/trunk/tools/targets/compile-build.xml (original) +++ cocoon/trunk/tools/targets/compile-build.xml Wed Nov 3 11:53:02 2004 @@ -178,9 +178,7 @@ <!-- package testcase code --> <target name="package-testcase" depends="compile-tests"> <jar jarfile="${build}/${name}-testcase.jar" index="true"> - <fileset dir="${build.test}"> - <include name="org/apache/cocoon/*"/> - </fileset> + <fileset dir="${build.test}" includes="**/*.class"/> </jar> <!-- optionally add source files to the jar --> <if>