diff --git a/docs/manual/CoreTasks/touch.html b/docs/manual/CoreTasks/touch.html index 88a51f56f..48b05179d 100644 --- a/docs/manual/CoreTasks/touch.html +++ b/docs/manual/CoreTasks/touch.html @@ -59,7 +59,18 @@ or a Filelist (since Ant 1.6).
Since Ant 1.6.3, a nested
+ You can use any number of nested Since Ant 1.6 You can use any number of nested Since Ant 1.6.3, a nested
mapper can be specified. Files specified via nested
creates Copyright © 2000-2001,2003-2004 The Apache Software Foundation. All rights
+ Copyright © 2000-2001,2003-2005 The Apache Software Foundation. All rights
Reserved.fileset
+<fileset>
+elements to define the files for this task and refer to
+<fileset>
s defined elsewhere.filelist
+<filelist>
+elements to define the files for this task and refer to
+<filelist>
s defined elsewhere.mapper
+fileset
s, filelist
s, or the file
attribute are mapped using the specified mapper. For each file mapped,
@@ -91,7 +102,7 @@ time close to it otherwise.bar
if it doesn't exist and changes the
modification time to that of foo
.
-