From ee260aac02b00580f627b52832690d33215b9692 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 11 Apr 2003 13:31:18 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/ear.html | 4 ++-- docs/manual/CoreTasks/jar.html | 2 +- docs/manual/CoreTasks/war.html | 4 ++-- docs/manual/CoreTasks/zip.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/CoreTasks/ear.html b/docs/manual/CoreTasks/ear.html index 168495e99..5a6076f4e 100644 --- a/docs/manual/CoreTasks/ear.html +++ b/docs/manual/CoreTasks/ear.html @@ -94,7 +94,7 @@ attributes of zipfilesets in a Zip or Jar task.)

update indicates whether to update or overwrite - the destination file if it already exists. + the destination file if it already exists. Default is "false". No @@ -117,7 +117,7 @@ ignored and you will get a warning.

</ear>
-

Copyright © 2001-2002 Apache Software Foundation. All rights +

Copyright © 2001-2003 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html index a3284abd0..2e42df994 100644 --- a/docs/manual/CoreTasks/jar.html +++ b/docs/manual/CoreTasks/jar.html @@ -133,7 +133,7 @@ being wrapped and continued on the next line. update indicates whether to update or overwrite - the destination file if it already exists. + the destination file if it already exists. Default is "false". No diff --git a/docs/manual/CoreTasks/war.html b/docs/manual/CoreTasks/war.html index dffcee671..833557471 100644 --- a/docs/manual/CoreTasks/war.html +++ b/docs/manual/CoreTasks/war.html @@ -102,7 +102,7 @@ attributes of zipfilesets in a Zip or Jar task.)

update indicates whether to update or overwrite - the destination file if it already exists. + the destination file if it already exists. Default is "false". No @@ -180,7 +180,7 @@ jar xvf yourwebapp.war shows the same behaviour before filing another report.
-

Copyright © 2000-2002 Apache Software Foundation. All rights +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/CoreTasks/zip.html b/docs/manual/CoreTasks/zip.html index 258e456d8..dcdaabc8e 100644 --- a/docs/manual/CoreTasks/zip.html +++ b/docs/manual/CoreTasks/zip.html @@ -139,7 +139,7 @@ versions of zip and unzip for many Unix and Unix-like systems.

update indicates whether to update or overwrite - the destination file if it already exists. + the destination file if it already exists. Default is "false". No