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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to