From 1e5fa0492b168256bdb4364dcf29f2028b093002 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 30 Jul 2002 10:38:56 +0000 Subject: [PATCH] and have the duplicate attribute, too. Submitted by: Larry Shatzer git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273182 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/ear.html | 5 +++++ docs/manual/CoreTasks/war.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/manual/CoreTasks/ear.html b/docs/manual/CoreTasks/ear.html index 989aa3647..168495e99 100644 --- a/docs/manual/CoreTasks/ear.html +++ b/docs/manual/CoreTasks/ear.html @@ -97,6 +97,11 @@ attributes of zipfilesets in a Zip or Jar task.)

the destination file if it already exists. No + + duplicate + behavior when a duplicate file is found. Valid values are "add", "preserve", and "fail". The default value is "add". + No +

Nested elements

metainf

diff --git a/docs/manual/CoreTasks/war.html b/docs/manual/CoreTasks/war.html index db5447b1a..a141f21a6 100644 --- a/docs/manual/CoreTasks/war.html +++ b/docs/manual/CoreTasks/war.html @@ -105,6 +105,11 @@ attributes of zipfilesets in a Zip or Jar task.)

the destination file if it already exists. No + + duplicate + behavior when a duplicate file is found. Valid values are "add", "preserve", and "fail". The default value is "add". + No +

Nested elements

lib