You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by ma...@apache.org on 2006/12/26 00:09:11 UTC

svn commit: r490203 - in /incubator/ivy/trunk: CHANGES.txt src/java/fr/jayasoft/ivy/typedef.properties

Author: maartenc
Date: Mon Dec 25 16:09:10 2006
New Revision: 490203

URL: http://svn.apache.org/viewvc?view=rev&rev=490203
Log:
IMPROVE: Please typedef CacheResolver as "cache" for us (IVY-359)

Modified:
    incubator/ivy/trunk/CHANGES.txt
    incubator/ivy/trunk/src/java/fr/jayasoft/ivy/typedef.properties

Modified: incubator/ivy/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/CHANGES.txt?view=diff&rev=490203&r1=490202&r2=490203
==============================================================================
--- incubator/ivy/trunk/CHANGES.txt (original)
+++ incubator/ivy/trunk/CHANGES.txt Mon Dec 25 16:09:10 2006
@@ -7,6 +7,7 @@
 
    version in SVN
 =====================================
+- IMPROVE: Please typedef CacheResolver as "cache" for us (IVY-359)
 - IMPROVE: ivy:retrieve should be able to create symlinks (IVY-353) (thanks to John Williams)
 
    version 1.4.1 - 2006-11-09

Modified: incubator/ivy/trunk/src/java/fr/jayasoft/ivy/typedef.properties
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/src/java/fr/jayasoft/ivy/typedef.properties?view=diff&rev=490203&r1=490202&r2=490203
==============================================================================
--- incubator/ivy/trunk/src/java/fr/jayasoft/ivy/typedef.properties (original)
+++ incubator/ivy/trunk/src/java/fr/jayasoft/ivy/typedef.properties Mon Dec 25 16:09:10 2006
@@ -8,6 +8,7 @@
 sftp        = fr.jayasoft.ivy.resolver.SFTPResolver
 vsftp       = fr.jayasoft.ivy.resolver.VsftpResolver
 vfs         = fr.jayasoft.ivy.resolver.VfsResolver
+cache		= fr.jayasoft.ivy.resolver.CacheResolver
 
 latest-revision = fr.jayasoft.ivy.latest.LatestRevisionStrategy
 latest-lexico   = fr.jayasoft.ivy.latest.LatestLexicographicStrategy