stevel 2005/01/22 12:08:55
Modified: docs/manual/CoreTasks touch.html
Log:
missing documentation.
Revision Changes Path
1.13 +13 -2 ant/docs/manual/CoreTasks/touch.html
Index: touch.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/touch.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- touch.html 14 Dec 2004 17:56:34 -0000 1.12
+++ touch.html 22 Jan 2005 20:08:55 -0000 1.13
@@ -59,7 +59,18 @@
</tr>
</table>
<h3>Parameters specified as nested elements</h3>
-<p><b>Since Ant 1.6.3,</b> a nested <a href="../CoreTypes/mapper.html">
+<h4>fileset</h4>
+<p>You can use any number of nested <code><fileset></code>
+elements to define the files for this task and refer to
+<code><fileset></code>s defined elsewhere.</p>
+<h4>filelist</h4>
+<p><em>Since Ant 1.6</em></p>
+<p>You can use any number of nested <code><filelist></code>
+elements to define the files for this task and refer to
+<code><filelist></code>s defined elsewhere.</p>
+
+<h4>mapper</h4>
+<p><em>Since Ant 1.6.3,</em> a nested <a href="../CoreTypes/mapper.html">
mapper</a> can be specified. Files specified via nested
<code>fileset</code>s, <code>filelist</code>s, or the <code>file</code>
attribute are mapped using the specified mapper. For each file mapped,
@@ -91,7 +102,7 @@
<p>creates <code>bar</code> if it doesn't exist and changes the
modification time to that of <code>foo</code>.</p>
<hr>
-<p align="center">Copyright © 2000-2001,2003-2004 The Apache Software
Foundation. All rights
+<p align="center">Copyright © 2000-2001,2003-2005 The Apache Software
Foundation. All rights
Reserved.</p>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]