Browse Source

Updated documentation for Move to reflect the ability to create filesets with single files that move to another file.

Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269782 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
323591f86b
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      docs/manual/CoreTasks/move.html

+ 4
- 2
docs/manual/CoreTasks/move.html View File

@@ -33,8 +33,10 @@ to move to the <var>todir</var> directory.</p>
<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>


Loading…
Cancel
Save