You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/06/30 10:49:48 UTC

svn commit: r789619 - /ant/ivy/updatesite/trunk/build.xml

Author: hibou
Date: Tue Jun 30 08:49:48 2009
New Revision: 789619

URL: http://svn.apache.org/viewvc?rev=789619&view=rev
Log:
The cleanup is done by the clean target

Modified:
    ant/ivy/updatesite/trunk/build.xml

Modified: ant/ivy/updatesite/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/build.xml?rev=789619&r1=789618&r2=789619&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/build.xml (original)
+++ ant/ivy/updatesite/trunk/build.xml Tue Jun 30 08:49:48 2009
@@ -217,7 +217,6 @@
 
     <target name="prepare-pack-ivy-jars">
         <!-- prepare the working area, so copy plugin jars -->
-        <delete dir="${work.dir}/updatesite/" />
         <mkdir dir="${work.dir}/updatesite/" />
         <copy todir="${work.dir}/updatesite">
             <fileset dir="${updatesite.dir}">
@@ -228,7 +227,6 @@
 
     <target name="prepare-pack-ivyde-jars">
         <!-- prepare the working area, so copy plugin jars -->
-        <delete dir="${work.dir}/updatesite/" />
         <mkdir dir="${work.dir}/updatesite/" />
         <copy todir="${work.dir}/updatesite">
             <fileset dir="${updatesite.dir}">