From 12278c16e0bea33aa550ae6afc8c7d3bac39607a Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Sun, 2 Oct 2005 19:47:19 +0000 Subject: [PATCH] jar does not support whenempty git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@293151 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/jar.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html index e5fb13a0d..cfec1977a 100644 --- a/docs/manual/CoreTasks/jar.html +++ b/docs/manual/CoreTasks/jar.html @@ -155,11 +155,6 @@ to a value other than its default, "add".

the destination file if it already exists. Default is "false". No - - whenempty - behavior when no files match. Valid values are "fail", "skip", and "create". Default is "skip". - No - duplicate behavior when a duplicate file is found. Valid values are "add", "preserve", and "fail". The default value is "add".