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 ma...@apache.org on 2007/03/08 23:00:57 UTC

svn commit: r516217 - /incubator/ivy/core/trunk/doc/doc/use/resolve.html

Author: maartenc
Date: Thu Mar  8 15:00:56 2007
New Revision: 516217

URL: http://svn.apache.org/viewvc?view=rev&rev=516217
Log:
typo

Modified:
    incubator/ivy/core/trunk/doc/doc/use/resolve.html

Modified: incubator/ivy/core/trunk/doc/doc/use/resolve.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/doc/use/resolve.html?view=diff&rev=516217&r1=516216&r2=516217
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/use/resolve.html (original)
+++ incubator/ivy/core/trunk/doc/doc/use/resolve.html Thu Mar  8 15:00:56 2007
@@ -53,7 +53,7 @@
 </ul>
 </ul>
 
-<span class="since">since 1.4</span> A new inline mode allow to call a resolve without an ivy file, by setting directly the module which should be resolved from the repository. It is particularly useful to install released software, like a ant task for example. When inline is set to true, the organisation module and revision attributes are used to specify which module should be resolved from the repository.
+<span class="since">since 1.4</span> A new inline mode allow to call a resolve without an ivy file, by setting directly the module which should be resolved from the repository. It is particularly useful to install released software, like an ant task for example. When inline is set to true, the organisation module and revision attributes are used to specify which module should be resolved from the repository.
 
 <i>Note for developers:
 After the call to this task, a reference to the module descriptor resolved is put in the ant project under the id <code>"ivy.resolved.descriptor"</code>.</i>