Author: maartenc
Date: Thu Apr 28 22:17:59 2011
New Revision: 1097641

URL: http://svn.apache.org/viewvc?rev=1097641&view=rev
Log:
DOCUMENTATION: wrong default resolver documented on the 'How does it work' page 
(IVY-1265)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    ant/ivy/core/trunk/doc/principle.html

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1097641&r1=1097640&r2=1097641&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Thu Apr 28 22:17:59 2011
@@ -114,6 +114,7 @@ for detailed view of each issue, please 
        
    trunk
 =====================================
+- DOCUMENTATION: wrong default resolver documented on the 'How does it work' 
page (IVY-1265)
 - DOCUMENTATION: Correct outdated links to configuration pages (IVY-1266)
 
 - NEW: New Ant datatype ivy:resources, an Ant resource collection like 
ivy:cachepath or ivy:cachefileset (IVY-334)

Modified: ant/ivy/core/trunk/doc/principle.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/principle.html?rev=1097641&r1=1097640&r2=1097641&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/principle.html (original)
+++ ant/ivy/core/trunk/doc/principle.html Thu Apr 28 22:17:59 2011
@@ -36,7 +36,7 @@ Ivy needs to be configured to be able to
 
 The configuration is also responsible for indicating which resolver should be 
used to resolve which module. This configuration is dependent only on your 
environment, i.e. where the modules and artifacts can be found. 
 
-A default configuration is used by ivy when none is given. This configuration 
uses ivyrep to resolve all modules.
+A default configuration is used by ivy when none is given. This configuration 
uses an <a href="resolver/ibiblio.html">ibiblio resolver</a> pointing to 
http://repo1.maven.org/maven2/ to resolve all modules.
 <h1>Resolve</h1>
 The resolve time is the moment when ivy actually resolves the dependencies of 
one module. It first needs to access the ivy file of the module for which it 
resolves the dependencies. 
 


Reply via email to