You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/01/05 02:12:12 UTC

svn commit: r609074 - /ant/ivy/core/trunk/test/repositories/ivysettings-multicache.xml

Author: xavier
Date: Fri Jan  4 17:12:10 2008
New Revision: 609074

URL: http://svn.apache.org/viewvc?rev=609074&view=rev
Log:
fix failing test due to recent settings syntax review for cache management

Modified:
    ant/ivy/core/trunk/test/repositories/ivysettings-multicache.xml

Modified: ant/ivy/core/trunk/test/repositories/ivysettings-multicache.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/ivysettings-multicache.xml?rev=609074&r1=609073&r2=609074&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/ivysettings-multicache.xml (original)
+++ ant/ivy/core/trunk/test/repositories/ivysettings-multicache.xml Fri Jan  4 17:12:10 2008
@@ -18,10 +18,10 @@
 -->
 <ivysettings>
 	<properties file="${ivy.settings.dir}/ivysettings.properties" />
-	<settings defaultResolver="test"/>
-	<cacheDefaults repositoryDir="${cache.dir}/repo1" resolutionDir="${cache.dir}/wkspace" 
-	               repositoryIvyPattern="[module]/ivy-[revision].xml"/>
-	<caches>
+	<settings defaultResolver="test" resolutionCacheDir="${cache.dir}/wkspace"/>
+	<caches basedir="${cache.dir}/repo1"  
+	        ivyPattern="[module]/ivy-[revision].xml">
+		
 		<cache name="cache2" basedir="${cache.dir}/repo2" 
 		       artifactPattern="[module]-[revision]/[artifact].[ext]"/>
 	</caches>