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 @@
<p>Synchronize a target directory from the files defined in one or
more filesets.</p>
+<p>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.</p>
+
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -61,7 +66,7 @@
sets of files and directories.</p>
<hr>
-<p align="center">Copyright © 2003-2004 The Apache Software Foundation.
All rights
+<p align="center">Copyright © 2003-2005 The Apache Software Foundation.
All rights
Reserved.</p>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|