bodewig 2005/03/15 07:07:15
Modified: docs/manual/CoreTasks sync.html
Log:
Document <sync> behavior, PR 28757
Revision Changes Path
1.8 +5 -0 ant/docs/manual/CoreTasks/sync.html
Index: sync.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/sync.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sync.html 14 Mar 2005 09:33:30 -0000 1.7
+++ sync.html 15 Mar 2005 15:07:15 -0000 1.8
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|