donaldp 01/10/12 15:24:37
Modified: docs/manual/CoreTasks move.html
Log:
Updated documentation for Move to reflect the ability to create filesets with
single files that move to another file.
Submitted by: "Magesh Umasankar" <[EMAIL PROTECTED]>
Revision Changes Path
1.3 +4 -2 jakarta-ant/docs/manual/CoreTasks/move.html
Index: move.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/move.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- move.html 2001/02/13 12:31:51 1.2
+++ move.html 2001/10/12 22:24:37 1.3
@@ -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>