Author: xavier
Date: Mon Nov 19 13:29:49 2007
New Revision: 596456

URL: http://svn.apache.org/viewvc?rev=596456&view=rev
Log:
review projects dependency tutorial (IVY-591)

Modified:
    incubator/ivy/core/trunk/doc/tutorial/multi-project.html

Modified: incubator/ivy/core/trunk/doc/tutorial/multi-project.html
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/tutorial/multi-project.html?rev=596456&r1=596455&r2=596456&view=diff
==============================================================================
--- incubator/ivy/core/trunk/doc/tutorial/multi-project.html (original)
+++ incubator/ivy/core/trunk/doc/tutorial/multi-project.html Mon Nov 19 
13:29:49 2007
@@ -32,7 +32,7 @@
   <li>public libraries declared by standalone project will automatically be 
retrieved by the dependant project</li>
   <li>the depender project will retrieve the "latest" version of the dependee 
project</li>
 </ul>
-<h1>the projects used</h1>
+<h1>projects used</h1>
 <h2>dependee</h2>
 The dependee project is very simple. It depends on the apache library 
commons-lang and contains only one class: standalone.Main which provides two 
services:
 <ul>
@@ -72,7 +72,7 @@
 </ivy-module>
 </code>
 
-<h2>the settings</h2>
+<h1>settings</h1>
 The ivy settings is made in the settings directory which contains 2 files:
 <ul>
   <li>ivysettings.properties: a property file</li>


Reply via email to