Browse Source

Document behavior noted in PR 43159

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@723584 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
23c2c29cb1
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      docs/manual/CoreTasks/sync.html

+ 7
- 1
docs/manual/CoreTasks/sync.html View File

@@ -56,7 +56,13 @@ dir, it will get removed from the target.</p>
</tr>
<tr>
<td valign="top">includeEmptyDirs</td>
<td valign="top">Copy any empty directories included in the resource collection(s).
<td valign="top">Copy any empty directories included in the
resource collection(s).<br/>
<b>Note</b> this attribute also controls the behavior for any
nested &lt;preserveintarget&gt; 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 &lt;preserveintarget&gt;.
</td>
<td valign="top" align="center">No; defaults to false.</td>
</tr>


Loading…
Cancel
Save