You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/08/21 21:28:31 UTC

svn commit: r1375732 - /ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml

Author: hibou
Date: Tue Aug 21 19:28:30 2012
New Revision: 1375732

URL: http://svn.apache.org/viewvc?rev=1375732&view=rev
Log:
The ibiblio expects an url

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

Modified: ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml?rev=1375732&r1=1375731&r2=1375732&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml (original)
+++ ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml Tue Aug 21 19:28:30 2012
@@ -20,7 +20,7 @@
 	<settings defaultCache="${ivy.basedir}/build/cache" defaultResolver="m2"/>
 	<resolvers>
 		<ibiblio name="m2" m2compatible="true" useMavenMetadata="true" 
-		         root="${ivy.settings.dir}" />
+		         root="${ivy.settings.url}" />
         <filesystem name="IVY-1324">
             <ivy pattern="${ivy.basedir}/build/test/install/[organisation]/[module]/[artifact]-[revision].[ext]"/>
             <artifact pattern="${ivy.basedir}/build/test/install/[organisation]/[module]/[originalname].[ext]"/>