You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by aj...@apache.org on 2004/06/02 13:27:19 UTC

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

Author: ajack
Date: Wed Jun  2 06:27:18 2004
New Revision: 20754

Modified:
   incubator/depot/trunk/update/src/java/depot-update-antlib.xml
Log:
The class was checked in, there must be an alternate problem.


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	Wed Jun  2 06:27:18 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>