Author: maartenc
Date: Tue Apr  6 20:48:25 2010
New Revision: 931321

URL: http://svn.apache.org/viewvc?rev=931321&view=rev
Log:
-DOCUMENTATION: Refer to the maven wiki instead of listing some maven2 mirrors 
ourselfs (IVY-491)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    
ant/ivy/core/trunk/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=931321&r1=931320&r2=931321&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Tue Apr  6 20:48:25 2010
@@ -105,6 +105,7 @@ for detailed view of each issue, please 
        
    trunk
 =====================================
+- DOCUMENTATION: Refer to the maven wiki instead of listing some maven2 
mirrors ourselfs (IVY-491)
 - DOCUMENTATION: Fixed several grammatical and typographic errors in 
documentation (IVY-1172) (thanks to J. Lewis Muir)
 - DOCUMENTATION: ivy-doc.xsl does not show configurations (IVY-1151) (thanks 
to Jasper Blues)
 - DOCUMENTATION: Added documentation of the 'changing' attribute on the 
ivy:resolve Ant task (IVY-1180)

Modified: 
ant/ivy/core/trunk/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml?rev=931321&r1=931320&r2=931321&view=diff
==============================================================================
--- 
ant/ivy/core/trunk/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml
 (original)
+++ 
ant/ivy/core/trunk/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml
 Tue Apr  6 20:48:25 2010
@@ -17,17 +17,13 @@
    under the License.    
 -->
 <ivysettings>
-       <settings   defaultCache="${ivy.cache.dir}/advanced"    
-            defaultResolver="my-repository"
-            defaultConflictManager="all" />            <!-- in order to get 
all revisions without any eviction -->
+       <settings defaultCache="${ivy.cache.dir}/advanced"      
+              defaultResolver="my-repository"
+              defaultConflictManager="all" />          <!-- in order to get 
all revisions without any eviction -->
 
-       <!-- you can override this property to use mirrors 
-         http://mirrors.dotsrc.org/maven2
-         http://ftp.ggi-project.org/pub/packages/maven2
-         http://mirrors.sunsite.dk/maven2
-         http://public.planetmirror.com/pub/maven2
-         http://ibiblio.lsu.edu/main/pub/packages/maven2
-         http://www.ibiblio.net/pub/packages/maven2
+       <!-- 
+          You can override this property to use one of the mirrors listed on
+          http://docs.codehaus.org/display/MAVENUSER/Mirrors+Repositories
        -->
        <property name="ibiblio-maven2-root" 
value="http://repo1.maven.org/maven2/"; override="false" />
 


Reply via email to