From c358f376cc1a74e4ed538d701ef259245b89181b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 15 Mar 2005 15:07:15 +0000 Subject: [PATCH] Document behavior, PR 28757 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277979 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/sync.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/CoreTasks/sync.html b/docs/manual/CoreTasks/sync.html index 65b8e8f87..9127c42db 100644 --- a/docs/manual/CoreTasks/sync.html +++ b/docs/manual/CoreTasks/sync.html @@ -15,6 +15,11 @@

Synchronize a target directory from the files defined in one or more filesets.

+

Any file in the target directory that has not been matched by at +least one of the nested filesets gets removed. I.e. if you exclude a +file in your sources and a file of that name is present in the target +dir, it will get removed from the target.

+

Parameters