You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/03/01 14:09:35 UTC

svn commit: r513337 - /incubator/ivy/core/trunk/doc/doc/tutorial/start.html

Author: xavier
Date: Thu Mar  1 06:09:34 2007
New Revision: 513337

URL: http://svn.apache.org/viewvc?view=rev&rev=513337
Log:
FIX: typos on quickstart page (IVY-412) (thanks to Matt Benson)

Modified:
    incubator/ivy/core/trunk/doc/doc/tutorial/start.html

Modified: incubator/ivy/core/trunk/doc/doc/tutorial/start.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/doc/tutorial/start.html?view=diff&rev=513337&r1=513336&r2=513337
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/tutorial/start.html (original)
+++ incubator/ivy/core/trunk/doc/doc/tutorial/start.html Thu Mar  1 06:09:34 2007
@@ -8,7 +8,7 @@
 	<textarea id="xooki-source">
 In this example, we will see one of the easiest way to use ivy. No configuration or other complicated files to write, only the list of libraries the project will use. 
 
-If you have already followed the go-ivy tutorial on the <a href="../../doc/tutorial.html">tutorials home page</a>, this tutorial will be already familiar. It is actually pretty much the same, except that it requires ivy to be installed in your ant lib, and the java source and the ivy dependencies are available in separate files. For the java source, it's definitly recommended to put it in a separate file. For ivy dependencies, it depends on your usage and is discussed on the <a href="../../doc/bestpractices.html">best pratices page</a>. 
+If you have already followed the go-ivy tutorial on the <a href="../../doc/tutorial.html">tutorials home page</a>, this tutorial will be already familiar. It is actually pretty much the same, except that it requires ivy to be installed in your ant lib, and the java source and the ivy dependencies are available in separate files. For the java source, it's definitely recommended to put it in a separate file. For ivy dependencies, it depends on your usage and is discussed on the <a href="../../doc/bestpractices.html">best practices page</a>. 
 
 But enough introduction material, let's go with this simple tutorial!