From 323591f86b654f904133d7f129a9916abd723b0a Mon Sep 17 00:00:00 2001
From: Peter Donald
Date: Fri, 12 Oct 2001 22:24:37 +0000
Subject: [PATCH] Updated documentation for Move to reflect the ability to
create filesets with single files that move to another file.
Submitted by: "Magesh Umasankar"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269782 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/move.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/manual/CoreTasks/move.html b/docs/manual/CoreTasks/move.html
index cafd04e63..8eb6ba07a 100644
--- a/docs/manual/CoreTasks/move.html
+++ b/docs/manual/CoreTasks/move.html
@@ -33,8 +33,10 @@ to move to the todir directory.
tofile |
the file to move to |
With the file attribute,
- either tofile or todir can be used. With a nested fileset,
- only todir is allowed. |
+ either tofile or todir 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 file attribute is already specified, only
+ todir is allowed
todir |