diff --git a/docs/manual/CoreTasks/touch.html b/docs/manual/CoreTasks/touch.html index eb3922b87..1b7f22d57 100644 --- a/docs/manual/CoreTasks/touch.html +++ b/docs/manual/CoreTasks/touch.html @@ -12,7 +12,8 @@
Changes the modification time of a file and possibly creates it at the same time. In addition to working with a single file, this Task can also work a Fileset (which -also includes directories).
+also includes directories) +or a Filelist (since Ant 1.6).For JDK 1.1 only the creation of new files with a modification time of now works, all other cases will emit a warning.