You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/03/01 19:27:43 UTC

cvs commit: jakarta-turbine-maven/src/templates/build build-docs.xml

kaz         02/03/01 10:27:43

  Modified:    src/templates/build build-docs.xml
  Log:
  Clean up after the site has been deployed by removing the tar.gz file on
  the local machine.
  
  Revision  Changes    Path
  1.22      +2 -0      jakarta-turbine-maven/src/templates/build/build-docs.xml
  
  Index: build-docs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build-docs.xml	1 Mar 2002 18:11:26 -0000	1.21
  +++ build-docs.xml	1 Mar 2002 18:27:43 -0000	1.22
  @@ -248,6 +248,8 @@
         <arg line="jakarta.apache.org 'cd ${homepage};gunzip ${project}-site.tar.gz;tar xUvf ${project}-site.tar;rm ${project}-site.tar'"/>
       </exec>
   
  +    <delete file="${project}-site.tar.gz"/>
  +
     </target>
   
     <!-- ================================================================== -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>