bodewig 2002/07/30 03:39:55
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH ear.html war.html
Log:
<war> and <ear> have the duplicate attribute, too.
Submitted by: Larry Shatzer <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.12.2.2 +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.12.2.1
retrieving revision 1.12.2.2
diff -u -r1.12.2.1 -r1.12.2.2
--- ear.html 20 Jun 2002 09:40:30 -0000 1.12.2.1
+++ ear.html 30 Jul 2002 10:39:54 -0000 1.12.2.2
@@ -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.13.2.4 +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.13.2.3
retrieving revision 1.13.2.4
diff -u -r1.13.2.3 -r1.13.2.4
--- war.html 21 Jun 2002 06:32:12 -0000 1.13.2.3
+++ war.html 30 Jul 2002 10:39:54 -0000 1.13.2.4
@@ -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]>