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/04/06 00:26:24 UTC

svn commit: r160233 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/replication/build.xml

Author: michi
Date: Tue Apr  5 15:26:22 2005
New Revision: 160233

URL: http://svn.apache.org/viewcvs?view=rev&rev=160233
Log:
create pending and delete dir if necessary

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/replication/build.xml

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/replication/build.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/replication/build.xml?view=diff&r1=160232&r2=160233
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/replication/build.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/replication/build.xml Tue Apr  5 15:26:22 2005
@@ -32,6 +32,9 @@
   </target>
   
   <target name="replicate" depends="init" description="Replicate data">
+    <mkdir dir="${pending.dir}"/>
+    <mkdir dir="${delete.dir}"/>
+
     <pathconvert 
         property="pending-files.exist"
         pathsep="/"



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