Author: xavier
Date: Thu Mar 22 09:46:23 2007
New Revision: 521338

URL: http://svn.apache.org/viewvc?view=rev&rev=521338
Log:
use Ivy 1.4.1 names for settings (ivyconf and conf) since we still rely on Ivy 
1.4.1 for building

Modified:
    incubator/ivy/core/trunk/ivysettings.xml

Modified: incubator/ivy/core/trunk/ivysettings.xml
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/ivysettings.xml?view=diff&rev=521338&r1=521337&r2=521338
==============================================================================
--- incubator/ivy/core/trunk/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/ivysettings.xml Thu Mar 22 09:46:23 2007
@@ -1,5 +1,5 @@
-<ivysettings>
-       <settings defaultResolver="public" />
+<ivyconf>
+       <conf defaultResolver="public" />
        <resolvers>
                <!--  
                        we use ivyrep for ivy and some artifacts, and ibiblio 
for other artifacts
@@ -13,4 +13,4 @@
                        <artifact 
pattern="http://repo1.maven.org/maven/[module]/[type]s/[artifact]-[revision].[ext]"/>
                </url>
        </resolvers>
-</ivysettings>
\ No newline at end of file
+</ivyconf>
\ No newline at end of file


Reply via email to