You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/07/29 08:57:10 UTC

svn commit: r980340 - in /ant/sandbox/antlibs: build.xml foo/

Author: bodewig
Date: Thu Jul 29 06:57:10 2010
New Revision: 980340

URL: http://svn.apache.org/viewvc?rev=980340&view=rev
Log:
remove experiment

Removed:
    ant/sandbox/antlibs/foo/
Modified:
    ant/sandbox/antlibs/build.xml

Modified: ant/sandbox/antlibs/build.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/build.xml?rev=980340&r1=980339&r2=980340&view=diff
==============================================================================
--- ant/sandbox/antlibs/build.xml (original)
+++ ant/sandbox/antlibs/build.xml Thu Jul 29 06:57:10 2010
@@ -96,6 +96,8 @@
       <arg value="creating skeleton directory structure for ${antlib.fullname}"/>
       <arg value="${antlib.shortname}"/>
     </exec>
+    <!-- need to wait a few seconds to give European svn mirro time to catch up -->
+    <sleep seconds="10"/>
     <exec executable="svn">
       <arg value="up"/>
       <arg value="${antlib.shortname}"/>