diff --git a/docs/manual/CoreTasks/move.html b/docs/manual/CoreTasks/move.html
index 56202adff..fd8052c97 100644
--- a/docs/manual/CoreTasks/move.html
+++ b/docs/manual/CoreTasks/move.html
@@ -29,6 +29,13 @@ to move to the todir directory.
One of file or
at least one nested fileset element |
+
+ preservelastmodified |
+ Give the moved files the same last modified
+ time as the original source files.
+ (Note: Ignored on Java 1.1) |
+ No; defaults to false. |
+
tofile |
the file to move to |
@@ -69,6 +76,19 @@ to move to the todir directory.
Defaults to "yes".
No |
+
+ failonerror |
+ Log a warning message, but do not stop the build,
+ when the file to move does not exist.
+ Only meaningful when moving a single file.
+ |
+ No; defaults to true. |
+
+
+ verbose |
+ Log the files that are being moved. |
+ No; defaults to false. |
+
Parameters specified as nested elements
mapper
@@ -121,7 +141,7 @@ in a directory.
</move>
-Copyright © 2000-2002 Apache Software Foundation. All rights
+
Copyright © 2000-2003 Apache Software Foundation. All rights
Reserved.