jon         2002/07/11 13:50:01

  Modified:    .        build-bootstrap.xml
  Log:
  i should be able to do:
  
  ant -f build-bootstrap.xml clean
  
  and it should restore me back to a clean state
  
  -jon
  
  Revision  Changes    Path
  1.126     +1 -0      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.125
  retrieving revision 1.126
  diff -u -r1.125 -r1.126
  --- build-bootstrap.xml       11 Jul 2002 13:41:03 -0000      1.125
  +++ build-bootstrap.xml       11 Jul 2002 20:50:01 -0000      1.126
  @@ -149,6 +149,7 @@
   
       <!-- Remove any cruft left in build.dest -->
       <delete dir="target"/>
  +    <delete dir="bootstrap"/>
   
     </target>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to