Browse Source

Indicate default for update attribute, Bug 18949

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274433 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
ee260aac02
4 changed files with 6 additions and 6 deletions
  1. +2
    -2
      docs/manual/CoreTasks/ear.html
  2. +1
    -1
      docs/manual/CoreTasks/jar.html
  3. +2
    -2
      docs/manual/CoreTasks/war.html
  4. +1
    -1
      docs/manual/CoreTasks/zip.html

+ 2
- 2
docs/manual/CoreTasks/ear.html View File

@@ -94,7 +94,7 @@ attributes of zipfilesets in a Zip or Jar task.)</p>
<tr>
<td valign="top">update</td>
<td valign="top">indicates whether to update or overwrite
the destination file if it already exists.</td>
the destination file if it already exists. Default is &quot;false&quot;.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
@@ -117,7 +117,7 @@ ignored and you will get a warning.</p>
&lt;/ear&gt;
</pre>
<hr>
<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2003 Apache Software Foundation. All rights
Reserved.</p>

</body>


+ 1
- 1
docs/manual/CoreTasks/jar.html View File

@@ -133,7 +133,7 @@ being wrapped and continued on the next line.
<tr>
<td valign="top">update</td>
<td valign="top">indicates whether to update or overwrite
the destination file if it already exists.</td>
the destination file if it already exists. Default is &quot;false&quot;.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>


+ 2
- 2
docs/manual/CoreTasks/war.html View File

@@ -102,7 +102,7 @@ attributes of zipfilesets in a Zip or Jar task.)</p>
<tr>
<td valign="top">update</td>
<td valign="top">indicates whether to update or overwrite
the destination file if it already exists.</td>
the destination file if it already exists. Default is &quot;false&quot;.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
@@ -180,7 +180,7 @@ jar xvf yourwebapp.war shows the same behaviour before filing another
report.

<hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p>

</body>


+ 1
- 1
docs/manual/CoreTasks/zip.html View File

@@ -139,7 +139,7 @@ versions of zip and unzip for many Unix and Unix-like systems.</p>
<tr>
<td valign="top">update</td>
<td valign="top">indicates whether to update or overwrite
the destination file if it already exists.</td>
the destination file if it already exists. Default is &quot;false&quot;.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>


Loading…
Cancel
Save