Author: gscokart
Date: Sat Sep  5 13:13:12 2009
New Revision: 811637

URL: http://svn.apache.org/viewvc?rev=811637&view=rev
Log:
small clarifications

Modified:
    ant/ivy/core/trunk/doc/use/buildlist.html
    ant/ivy/core/trunk/doc/use/resolve.html

Modified: ant/ivy/core/trunk/doc/use/buildlist.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/buildlist.html?rev=811637&r1=811636&r2=811637&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/buildlist.html (original)
+++ ant/ivy/core/trunk/doc/use/buildlist.html Sat Sep  5 13:13:12 2009
@@ -77,7 +77,7 @@
     </ul>
     </td><td>No. Defaults to 'head'</td></tr>
     <tr><td>reverse</td><td>true to obtain the list in the reverse order, i.e. 
from the most dependent to the least one</td><td>No. Defaults to default 
false</td></tr>
-    <tr><td>restartFrom</td><td><span class="since">since 2.0</span> The name 
of the module which should be considered as the starting point in the 
buildlist. This allows for the build to be started at any point in the 
dependency chain. <br/></td><td>No. Defaults to no restart point (all modules 
are used in the build list).</td></tr>
+    <tr><td>restartFrom</td><td><span class="since">since 2.0</span> The name 
of the module which should be considered as the starting point in the 
buildlist. This allows for the build to be started at any point in the 
dependency chain. <br/></td><td>No. Defaults to '*' meaning no restart point 
(all modules are used in the build list).</td></tr>
     <tr><td>settingsRef</td><td><span class="since">since 2.0</span> A 
reference to the ivy settings that must be used by this task</td><td>No, 
'ivy.instance' is taken by default.</td></tr>
 </tbody>
 </table>

Modified: ant/ivy/core/trunk/doc/use/resolve.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/resolve.html?rev=811637&r1=811636&r2=811637&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/resolve.html (original)
+++ ant/ivy/core/trunk/doc/use/resolve.html Sat Sep  5 13:13:12 2009
@@ -156,7 +156,7 @@
 <li>quiet</li> disable all usual messages, making the whole resolve process 
quiet unless errors occur
 </ul></td><td>No, defaults to 'default'.</td></tr>
 
-     <tr><td>checkIfChanged</td><td>When set to true, the resolve will compare 
the result with the last resolution done on this module, with those 
configurations</td><td>No, default to 'true'</td></tr>
+     <tr><td>checkIfChanged</td><td>When set to true, the resolve will compare 
the result with the last resolution done on this module, with those 
configurations in order to define the property ivy.deps.changed.  Put it to 
false may provides slightly better performance.</td><td>No, default to 
'true'</td></tr>
 
 
 </tbody>


Reply via email to