From 23c2c29cb1d9e8937ce9f29a4f8981ab7b91e725 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 5 Dec 2008 05:07:09 +0000 Subject: [PATCH] Document behavior noted in PR 43159 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@723584 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/sync.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/sync.html b/docs/manual/CoreTasks/sync.html index 7ec4971f1..b97c81890 100644 --- a/docs/manual/CoreTasks/sync.html +++ b/docs/manual/CoreTasks/sync.html @@ -56,7 +56,13 @@ dir, it will get removed from the target.

includeEmptyDirs - Copy any empty directories included in the resource collection(s). + Copy any empty directories included in the + resource collection(s).
+ Note this attribute also controls the behavior for any + nested <preserveintarget> element. If this attribute is + false (the default) empty directories that only exist in the + target directory will be removed even if they are matched by + the patterns of <preserveintarget>. No; defaults to false.