Author: stefano
Date: Mon Nov  1 17:25:00 2004
New Revision: 56317

Modified:
   cocoon/trunk/tools/targets/admin-build.xml
Log:
make sure we package the testcases too (needed for the block tests to compile)


Modified: cocoon/trunk/tools/targets/admin-build.xml
==============================================================================
--- cocoon/trunk/tools/targets/admin-build.xml  (original)
+++ cocoon/trunk/tools/targets/admin-build.xml  Mon Nov  1 17:25:00 2004
@@ -47,7 +47,7 @@
 <!-- === Gump Targets ====================================================== 
-->
 
   <!-- compiles and packages the core classes and the deprecated classes -->
-  <target name="gump-core" depends="package-core, package-deprecated, 
validate-jars, core-junit-tests"/>
+  <target name="gump-core" depends="package, validate-jars, core-junit-tests"/>
 
   <!-- compiles and packages a single block identified by ${block-name} -->
   <target name="gump-block" depends="compile-core, compile-deprecated, 
prepare-blocks, compile-tests">

Reply via email to