From dev-return-65034-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Mar 15 15:10:33 2005 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 7297 invoked from network); 15 Mar 2005 15:10:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Mar 2005 15:10:32 -0000 Received: (qmail 29346 invoked by uid 500); 15 Mar 2005 15:10:30 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 29301 invoked by uid 500); 15 Mar 2005 15:10:30 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 29285 invoked by uid 500); 15 Mar 2005 15:10:30 -0000 Received: (qmail 29278 invoked by uid 99); 15 Mar 2005 15:10:30 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 15 Mar 2005 07:10:30 -0800 Received: (qmail 7238 invoked by uid 1146); 15 Mar 2005 15:10:29 -0000 Date: 15 Mar 2005 15:10:29 -0000 Message-ID: <20050315151029.7237.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks sync.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bodewig 2005/03/15 07:10:28 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH sync.html Log: merge Revision Changes Path No revision No revision 1.3.2.3 +6 -1 ant/docs/manual/CoreTasks/sync.html Index: sync.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/sync.html,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -u -r1.3.2.2 -r1.3.2.3 --- sync.html 9 Feb 2004 22:12:07 -0000 1.3.2.2 +++ sync.html 15 Mar 2005 15:10:28 -0000 1.3.2.3 @@ -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

@@ -61,7 +66,7 @@ sets of files and directories.


-

Copyright © 2003-2004 The Apache Software Foundation. All rights +

Copyright © 2003-2005 The Apache Software Foundation. All rights Reserved.

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org