You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/03/05 05:01:42 UTC

cvs commit: avalon-excalibur forrestbuild.xml

bloritsch    2003/03/04 20:01:42

  Modified:    .        forrestbuild.xml
  Log:
  update the forrest to clear the temporary stuff before building documents
  
  Revision  Changes    Path
  1.2       +3 -2      avalon-excalibur/forrestbuild.xml
  
  Index: forrestbuild.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/forrestbuild.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- forrestbuild.xml	7 Feb 2003 16:38:19 -0000	1.1
  +++ forrestbuild.xml	5 Mar 2003 04:01:41 -0000	1.2
  @@ -10,8 +10,9 @@
   message if not found.
   -->
   
  -  <target name="site" depends="forrest.init" description="Generates static HTML documentation">
  -    <property name="project.home" value="../"/>
  +<target name="site" depends="forrest.init" description="Generates static HTML documentation">
  +	<property name="project.home" value="../"/>
  +	<delete dir="${project.home}/build"/>
       <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site"/>
     </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org