Author: xavier
Date: Wed Jul 9 01:23:37 2008
New Revision: 675114
URL: http://svn.apache.org/viewvc?rev=675114&view=rev
Log:
fix english
Modified:
ant/ivy/core/trunk/doc/configuration/macrodef.html
Modified: ant/ivy/core/trunk/doc/configuration/macrodef.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/configuration/macrodef.html?rev=675114&r1=675113&r2=675114&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/configuration/macrodef.html (original)
+++ ant/ivy/core/trunk/doc/configuration/macrodef.html Wed Jul 9 01:23:37 2008
@@ -40,7 +40,7 @@
Therefore here is how Ivy deals with the names of the resolvers defined in a macro:
<ul>
-<li>if there is no name attribute on a resolver in the macrodef, then Ivy will use
the name given when using the macro. This usually what should be done for the main resolver
defined in the macro</li>
+<li>if there is no name attribute on a resolver in the macrodef, then Ivy will use
the name given when using the macro. This is what usually should be done for the main resolver
defined in the macro</li>
<li>if there is a name attribute on a resolver in the macrodef, but this name doesn't
contain a @{name} inside, then Ivy will use the provided name prefixed with the name of the
macro separated by a dash</li>
<li>if there is a name attribute on a resolver in the macrodef, and this name contains
@{name} somewhere, then Ivy will use this name, and replace @{name} with the name provided
when using the macro.
</ul>
|