You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/07/30 17:21:09 UTC

cvs commit: cocoon-2.1/src/targets forrest-build.xml

joerg       2003/07/30 08:21:09

  Modified:    src/targets forrest-build.xml
  Log:
  we need the 'jars.xml' for target 'forrest' - it's not there after build clean
  
  Revision  Changes    Path
  1.9       +1 -1      cocoon-2.1/src/targets/forrest-build.xml
  
  Index: forrest-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/forrest-build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- forrest-build.xml	29 Jun 2003 09:15:37 -0000	1.8
  +++ forrest-build.xml	30 Jul 2003 15:21:09 -0000	1.9
  @@ -1,6 +1,6 @@
   <!-- === Forrest Targets ================================================= -->
   
  -  <target name="forrest" depends="prepare, prepare-docs, forrest.init" description="Generates static HTML documentation">
  +  <target name="forrest" depends="prepare, prepare-docs, forrest.init, validate-jars" description="Generates static HTML documentation">
       <!-- Add some other documents -->
       <copy file="${build.temp}/jars.xml"
         tofile="${build.context}/xdocs/installing/jars.xml" filtering="off"/>