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 2007/12/02 22:51:07 UTC

svn commit: r600383 - /ant/ivy/core/trunk/doc/tutorial.html

Author: xavier
Date: Sun Dec  2 13:51:06 2007
New Revision: 600383

URL: http://svn.apache.org/viewvc?rev=600383&view=rev
Log:
review build-repository tutorial, finish tutorials review (IVY-591)

Modified:
    ant/ivy/core/trunk/doc/tutorial.html

Modified: ant/ivy/core/trunk/doc/tutorial.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/tutorial.html?rev=600383&r1=600382&r2=600383&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/tutorial.html (original)
+++ ant/ivy/core/trunk/doc/tutorial.html Sun Dec  2 13:51:06 2007
@@ -47,8 +47,10 @@
 teach you how to configure Ivy to find its dependencies in multiple places.
 <li><a href="tutorial/dual.html">Dual Resolver</a></li> 
 help you configure ivy to find ivy files in one place and artifacts in another.
-<li><a href="tutorial/multi-project.html">Project Dependencies</a></li> 
-makes you touch the interest of using ivy in multi project environment.
+<li>[[tutorial/dependence]]Project Dependencies</a></li> 
+a very first step toward using Ivy in a multi project environment.
+<li>[[tutorial/multiproject]]</li> 
+a more complex example demonstrating the use of Ant+Ivy in a multi project environment.
 <li><a href="tutorial/conf.html">Using Ivy Configurations</a></li> 
 show how to use configurations in ivy file to define set of artifacts.
 <li><a href="tutorial/build-repository.html">Building a repository</a></li>