diff --git a/docs/manual/CoreTypes/fileset.html b/docs/manual/CoreTypes/fileset.html index efadcd632..8f49f2c3a 100644 --- a/docs/manual/CoreTypes/fileset.html +++ b/docs/manual/CoreTypes/fileset.html @@ -103,9 +103,9 @@ equivalent to an <and> selector container.

Specify what happens if the base directory does not exist. If true a build error will happen, if false, the fileset - will be ignored. + will be ignored/empty. Defaults to true. - Since Ant 1.7.1 (default is true for backward compatiblity + Since Ant 1.7.1 (default is true for backward compatibility reasons.) No