Author: maartenc
Date: Sat Apr 3 20:03:29 2010
New Revision: 930569
URL: http://svn.apache.org/viewvc?rev=930569&view=rev
Log:
DOCUMENTATION: checkIfChanges was introduced in Ivy 2.0
Modified:
ant/ivy/core/trunk/doc/use/resolve.html
Modified: ant/ivy/core/trunk/doc/use/resolve.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/resolve.html?rev=930569&r1=930568&r2=930569&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/resolve.html (original)
+++ ant/ivy/core/trunk/doc/use/resolve.html Sat Apr 3 20:03:29 2010
@@ -156,7 +156,7 @@ Available options are:
<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 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>
+ <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. <span class="since">(since
2.0)</span></td><td>No, default to 'true'</td></tr>
</tbody>