donaldp 00/12/15 17:57:25
Modified: docs index.html
Log:
Updated documentation for new attribute
Submitted By: Jaco de Groot <[EMAIL PROTECTED]>
Revision Changes Path
1.175 +7 -1 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- index.html 2000/12/14 14:54:23 1.174
+++ index.html 2000/12/16 01:57:25 1.175
@@ -29,7 +29,7 @@
</ul>
<p>Version: @VERSION@</p>
-<p>$Id: index.html,v 1.174 2000/12/14 14:54:23 bodewig Exp $</p>
+<p>$Id: index.html,v 1.175 2000/12/16 01:57:25 donaldp Exp $</p>
<hr>
<h2>Table of Contents</h2>
@@ -1535,6 +1535,12 @@
<td valign="top">The file to copy.</td>
<td valign="top" align="center">One of either <var>file</var> or
at least one nested fileset element.</td>
+ </tr>
+ <tr>
+ <td valign="top">preservelastmodified</td>
+ <td valign="top">Give the copied files the same last modified
+ time as the original files. Defaults to "no".</td>
+ <td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">tofile</td>