Author: hibou
Date: Thu Apr 28 21:43:33 2011
New Revision: 1097624
URL: http://svn.apache.org/viewvc?rev=1097624&view=rev
Log:
add documentation of the attribute useCacheOnly
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=1097624&r1=1097623&r2=1097624&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/resolve.html (original)
+++ ant/ivy/core/trunk/doc/use/resolve.html Thu Apr 28 21:43:33 2011
@@ -160,6 +160,7 @@ Available options are:
<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>
+ <tr><td>useCacheOnly</td><td>When set to true, it forces the resolvers to
only use their caches and not their actual contents.<span class="since">(since
2.0)</span></td><td>No, default to 'false'</td></tr>
</tbody>
</table>