dion        2004/09/15 22:59:27

  Modified:    jelly    maven.xml
  Log:
  delete install directory before copying
  
  Revision  Changes    Path
  1.87      +1 -0      jakarta-commons/jelly/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- maven.xml 8 Sep 2004 05:40:26 -0000       1.86
  +++ maven.xml 16 Sep 2004 05:59:27 -0000      1.87
  @@ -128,6 +128,7 @@
         | to ${maven.dist.install.dir}                          |
         +-------------------------------------------------------+
       </echo>
  +    <delete dir="${maven.dist.install.dir}"/>
       <mkdir dir="${maven.dist.install.dir}"/>
   
       <copy todir="${maven.dist.install.dir}">
  
  
  

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

Reply via email to