Browse Source

<war> and <ear> have the duplicate attribute, too.

Submitted by:	Larry Shatzer <Larry.Shatzer@Spirent.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273182 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
1e5fa0492b
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      docs/manual/CoreTasks/ear.html
  2. +5
    -0
      docs/manual/CoreTasks/war.html

+ 5
- 0
docs/manual/CoreTasks/ear.html View File

@@ -97,6 +97,11 @@ attributes of zipfilesets in a Zip or Jar task.)</p>
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 &quot;add&quot;, &quot;preserve&quot;, and &quot;fail&quot;. The default value is &quot;add&quot;. </td>
<td valign="top" align="center">No</td>
</tr>
</table>
<h3>Nested elements</h3>
<h4>metainf</h4>


+ 5
- 0
docs/manual/CoreTasks/war.html View File

@@ -105,6 +105,11 @@ attributes of zipfilesets in a Zip or Jar task.)</p>
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 &quot;add&quot;, &quot;preserve&quot;, and &quot;fail&quot;. The default value is &quot;add&quot;. </td>
<td valign="top" align="center">No</td>
</tr>
</table>
<h3>Nested elements</h3>
<h4>lib</h4>


Loading…
Cancel
Save