You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/10/12 17:00:38 UTC

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

cziegeler    2003/10/12 08:00:38

  Modified:    src/targets forrest-build.xml
  Log:
  Fixing minor bug with updating the jars.xml
  
  Revision  Changes    Path
  1.13      +2 -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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- forrest-build.xml	12 Oct 2003 13:46:38 -0000	1.12
  +++ forrest-build.xml	12 Oct 2003 15:00:38 -0000	1.13
  @@ -3,7 +3,8 @@
     <target name="forrest" depends="prepare, prepare-docs, forrest.init, validate-jars, javadocs" description="Generates static HTML documentation">
       <!-- Add some other documents -->
       <copy file="${build.temp}/jars.xml"
  -      tofile="${build.context}/xdocs/installing/jars.xml" filtering="off"/>
  +      tofile="${build.context}/xdocs/installing/jars.xml" filtering="off"
  +      overwrite="yes"/>
   
       <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site"/>
     </target>