diff --git a/docs/manual/CoreTasks/concat.html b/docs/manual/CoreTasks/concat.html index acfb9f21c..53ad16ea5 100644 --- a/docs/manual/CoreTasks/concat.html +++ b/docs/manual/CoreTasks/concat.html @@ -13,17 +13,17 @@
- Concatenates a file, or a series of files, to a single file or - the console. The destination file will be created if it does - not exist. + Concatenates one or more + resources + to a single file or to the console. The destination + file will be created if it does not exist.
- Paths and/or - FileSets and/or FileLists are used to - select which files are to be concatenated. There is no - singular 'file' attribute to specify a single file to cat. + +Resource Collections are used to + select which resources are to be concatenated. There is no + singular attribute to specify a single resource to cat.
since Ant 1.6.
+since Ant 1.7.
- This is a Path. This is - used to select file files to be concatenated. Note that - a file can only appear once in a path. If this is - an issue consider using multiple paths. + Any of the various + Resource Collection types can specify the resources to be + concatenated.
-- FileSets are used to - select files to be concatenated. Note that the order in which - the files selected from a fileset are concatenated is - not guaranteed. If this is an issue, use multiple - filesets or consider using filelists. -
-- FileLists are used to - select files to be concatenated. The file ordering in the - files attribute will be the same order in which the - files are concatenated. -
since Ant 1.6.
The concat task supports nested