diff --git a/docs/manual/CoreTasks/sync.html b/docs/manual/CoreTasks/sync.html new file mode 100644 index 000000000..7d24a0c1e --- /dev/null +++ b/docs/manual/CoreTasks/sync.html @@ -0,0 +1,68 @@ + + +
+ +Since Ant 1.6
+Synchronize a target directory from the files defined in one or +more filesets.
+ +Attribute | +Description | +Required | +
todir | +the target directory to sync with the filesets | +Yes | +
overwrite | +Overwrite existing files even if the destination + files are newer. | +No; defaults to false. | +
includeEmptyDirs | +Copy any empty directories included in the FileSet(s). + | +No; defaults to true. | +
failonerror | +Log a warning message, but do not stop the build, + when one of the nested filesets points to a directory that + doesn't exist. + | +No; defaults to true. | +
verbose | +Log the files that are being copied. | +No; defaults to false. | +
FileSets are used to select +sets of files and directories.
+ +Copyright © 2003 Apache Software Foundation. All rights +Reserved.
+ + + + diff --git a/docs/manual/coretasklist.html b/docs/manual/coretasklist.html index d17f4f9e5..86e6d064b 100644 --- a/docs/manual/coretasklist.html +++ b/docs/manual/coretasklist.html @@ -76,6 +76,7 @@ Sql