You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2017/08/05 15:48:54 UTC

ant-ivy git commit: IVY-804 "cache" resolver as a typedef hasn't been functional, remove the duplicate property in the typedef.properties

Repository: ant-ivy
Updated Branches:
  refs/heads/master df5930892 -> 9b2165894


IVY-804 "cache" resolver as a typedef hasn't been functional, remove the duplicate property in the typedef.properties


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/9b216589
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/9b216589
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/9b216589

Branch: refs/heads/master
Commit: 9b2165894ef23247d658dd37e93161c1a59b1c65
Parents: df59308
Author: Jaikiran Pai <ja...@apache.org>
Authored: Sat Aug 5 21:13:56 2017 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Sat Aug 5 21:13:56 2017 +0530

----------------------------------------------------------------------
 src/java/org/apache/ivy/core/settings/typedef.properties | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/9b216589/src/java/org/apache/ivy/core/settings/typedef.properties
----------------------------------------------------------------------
diff --git a/src/java/org/apache/ivy/core/settings/typedef.properties b/src/java/org/apache/ivy/core/settings/typedef.properties
index 4e3eb8e..e315789 100644
--- a/src/java/org/apache/ivy/core/settings/typedef.properties
+++ b/src/java/org/apache/ivy/core/settings/typedef.properties
@@ -28,7 +28,6 @@ sftp        = org.apache.ivy.plugins.resolver.SFTPResolver
 vsftp       = org.apache.ivy.plugins.resolver.VsftpResolver
 vfs         = org.apache.ivy.plugins.resolver.VfsResolver
 jar         = org.apache.ivy.plugins.resolver.JarResolver
-cache		= org.apache.ivy.plugins.resolver.CacheResolver
 packager	= org.apache.ivy.plugins.resolver.packager.PackagerResolver
 obr         = org.apache.ivy.osgi.obr.OBRResolver
 mirroredurl = org.apache.ivy.plugins.resolver.MirroredURLResolver