Author: stefano
Date: Tue Oct 26 14:15:46 2004
New Revision: 55636

Modified:
   cocoon/trunk/tools/targets/admin-build.xml
Log:
we don't really need to have gump build the javadocs


Modified: cocoon/trunk/tools/targets/admin-build.xml
==============================================================================
--- cocoon/trunk/tools/targets/admin-build.xml  (original)
+++ cocoon/trunk/tools/targets/admin-build.xml  Tue Oct 26 14:15:46 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, 
javadocs, validate-jars, junit-tests"/>
+  <target name="gump-core" depends="package-core, package-deprecated, 
validate-jars, 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