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:37:17 UTC

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

Author: nickchalko
Date: Thu May 20 23:37:17 2004
New Revision: 20183

Modified:
   incubator/depot/trunk/update/src/java/depot-update-antlib.xml
Log:
fixed package name

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:37:17 2004
@@ -14,10 +14,10 @@
 limitations under the License.
 -->
 <antlib>
-    <typedef name="cachedset" classname="org.apache.depot.update.cache.CachedResourceSet"/>
-    <taskdef name="cachedsetexport" classname="org.apache.depot.update.cache.CachedResourceSetExportTask"/>    
-    <typedef name="resource" classname="org.apache.depot.update.cache.ResourceElement"/>
-    <typedef name="repository" classname="org.apache.depot.update.cache.RepositoryElement"/>
+    <typedef name="cachedset" classname="org.apache.depot.update.ant.cache.CachedResourceSet"/>
+    <taskdef name="cachedsetexport" classname="org.apache.depot.update.ant.cache.CachedResourceSetExportTask"/>    
+    <typedef name="resource" classname="org.apache.depot.update.ant.cache.ResourceElement"/>
+    <typedef name="repository" classname="org.apache.depot.update.ant.cache.RepositoryElement"/>
     
     <taskdef name="repoenv" classname="org.apache.depot.update.ant.tool.EnvironmentToolTask"/>
     <taskdef name="repotool" classname="org.apache.depot.update.ant.tool.RepositoryToolTask"/>