From 90134276aa675745236222b79e0b6c06a22cdaa3 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 22 Aug 2007 14:52:22 +0000 Subject: [PATCH] sp; elaboration git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568633 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/fileset.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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