Author: maartenc
Date: Mon Nov 30 23:06:27 2009
New Revision: 885612
URL: http://svn.apache.org/viewvc?rev=885612&view=rev
Log:
IMPROVEMENT: resolver attribute for ivy:listmodules task (IVY-1057)
Modified:
ant/ivy/core/trunk/doc/use/listmodules.html
Modified: ant/ivy/core/trunk/doc/use/listmodules.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/listmodules.html?rev=885612&r1=885611&r2=885612&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/listmodules.html (original)
+++ ant/ivy/core/trunk/doc/use/listmodules.html Mon Nov 30 23:06:27 2009
@@ -51,7 +51,9 @@
<tr><td>property</td><td>the pattern of the property to set when a module
is found</td>
<td>Yes</td></tr>
<tr><td>value</td><td>The pattern of the value to set when a module is
found</td><td>Yes</td></tr>
-<tr><td>settingsRef</td><td>A reference to the ivy settings that must be used
by this task <span class="since">(since 2.0)</span></td><td>No, 'ivy.instance'
is taken by default.</td></tr></tbody>
+<tr><td>settingsRef</td><td>A reference to the ivy settings that must be used
by this task <span class="since">(since 2.0)</span></td><td>No, 'ivy.instance'
is taken by default.</td></tr>
+<tr><td>resolver</td><td>The name of the resolver to use for searching the
modules <span class="since">(since 2.2.0)</span></td><td>No, all available
resolvers will be used by default.</td></tr>
+</tbody>
</table>
<h1>Examples</h1>
<code type="xml">