Forgot to attach the diff for move.html when I submitted
the patch earlier.
Thanks,
Magesh
Index: move.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/manual/CoreTasks/move.html,v
retrieving revision 1.2
diff -w -u -r1.2 move.html
--- move.html 2001/02/13 12:31:51 1.2
+++ move.html 2001/10/10 20:25:29
@@ -33,8 +33,10 @@
<td valign="top">tofile</td>
<td valign="top">the file to move to</td>
<td valign="top" align="center" rowspan="2">With the <var>file</var>
attribute,
- either <var>tofile</var> or <var>todir</var> can be used. With a nested
fileset,
- only <var>todir</var> is allowed.</td>
+ either <var>tofile</var> or <var>todir</var> can be used. With nested
filesets,
+ if the fileset size is greater than 1 or if the only entry in the fileset
is a
+ directory or if the <var>file</var> attribute is already specified, only
+ <var>todir</var> is allowed</td>
</tr>
<tr>
<td valign="top">todir</td>
-----------------------------7d1f72b2d08be--