You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/03/16 17:21:23 UTC

svn commit: r157768 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/tools/clone/build.xml

Author: michi
Date: Wed Mar 16 08:21:22 2005
New Revision: 157768

URL: http://svn.apache.org/viewcvs?view=rev&rev=157768
Log:
overwrite added

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/tools/clone/build.xml

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/tools/clone/build.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/tools/clone/build.xml?view=diff&r1=157767&r2=157768
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/tools/clone/build.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/tools/clone/build.xml Wed Mar 16 08:21:22 2005
@@ -30,7 +30,7 @@
     <fail unless="build.dir.exists" message="INFO: Apache Lenya needs first to be built by executing build.sh resp. build.bat"/>
 
     <echo>Copy files from ${default.build.dir} to ${clone.build.dir}</echo>
-    <copy todir="${clone.build.dir}">
+    <copy todir="${clone.build.dir}" overwrite="true">
       <fileset dir="${default.build.dir}"/>
     </copy>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org