bodewig 2002/07/30 03:38:56
Modified: docs/manual/CoreTasks ear.html war.html
Log:
<war> and <ear> have the duplicate attribute, too.
Submitted by: Larry Shatzer <[EMAIL PROTECTED]>
Revision Changes Path
1.14 +5 -0 jakarta-ant/docs/manual/CoreTasks/ear.html
Index: ear.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/ear.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ear.html 22 Jun 2002 23:38:27 -0000 1.13
+++ ear.html 30 Jul 2002 10:38:56 -0000 1.14
@@ -97,6 +97,11 @@
the destination file if it already exists.</td>
<td valign="top" align="center">No</td>
</tr>
+ <tr>
+ <td valign="top">duplicate</td>
+ <td valign="top">behavior when a duplicate file is found. Valid values
are "add", "preserve", and "fail". The default
value is "add". </td>
+ <td valign="top" align="center">No</td>
+ </tr>
</table>
<h3>Nested elements</h3>
<h4>metainf</h4>
1.16 +5 -0 jakarta-ant/docs/manual/CoreTasks/war.html
Index: war.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/war.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- war.html 22 Jun 2002 23:38:27 -0000 1.15
+++ war.html 30 Jul 2002 10:38:56 -0000 1.16
@@ -105,6 +105,11 @@
the destination file if it already exists.</td>
<td valign="top" align="center">No</td>
</tr>
+ <tr>
+ <td valign="top">duplicate</td>
+ <td valign="top">behavior when a duplicate file is found. Valid values
are "add", "preserve", and "fail". The default
value is "add". </td>
+ <td valign="top" align="center">No</td>
+ </tr>
</table>
<h3>Nested elements</h3>
<h4>lib</h4>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>