You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/09/04 08:05:53 UTC

svn commit: rev 43327 - cocoon/branches/BRANCH_2_1_X/tools/targets

Author: crossley
Date: Fri Sep  3 23:05:53 2004
New Revision: 43327

Modified:
   cocoon/branches/BRANCH_2_1_X/tools/targets/forrest-build.xml
Log:
Don't call forrest if exclude.documentation=true


Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/forrest-build.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/forrest-build.xml	(original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/forrest-build.xml	Fri Sep  3 23:05:53 2004
@@ -20,7 +20,8 @@
     Forrest Targets
   </description>
 
-  <target name="forrest" depends="prepare, prepare-docs, forrest.init, validate-jars, javadocs" description="Generates static HTML documentation">
+  <target name="forrest" depends="prepare, prepare-docs, forrest.init, validate-jars, javadocs" unless="exclude.documentation" description="Generates static HTML documentation">
+
     <!-- Add some other documents -->
     <copy file="${build.temp}/jars.xml"
       tofile="${build.context}/xdocs/installing/jars.xml" filtering="off"