You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/21 06:42:36 UTC

svn commit: rev 20184 - incubator/depot/trunk/update/src/java

Author: nickchalko
Date: Thu May 20 23:42:36 2004
New Revision: 20184

Modified:
   incubator/depot/trunk/update/src/java/depot-update-antlib.xml
Log:
Comment out the sync task until the class is checked in.

Modified: incubator/depot/trunk/update/src/java/depot-update-antlib.xml
==============================================================================
--- incubator/depot/trunk/update/src/java/depot-update-antlib.xml	(original)
+++ incubator/depot/trunk/update/src/java/depot-update-antlib.xml	Thu May 20 23:42:36 2004
@@ -22,5 +22,5 @@
     <taskdef name="repoenv" classname="org.apache.depot.update.ant.tool.EnvironmentToolTask"/>
     <taskdef name="repotool" classname="org.apache.depot.update.ant.tool.RepositoryToolTask"/>
     
-    <taskdef name="reposync" classname="org.apache.depot.update.ant.sync.SynchronizeTask"/>
+    <!--taskdef name="reposync" classname="org.apache.depot.update.ant.sync.SynchronizeTask"/-->
 </antlib>