From 5ca20bd169aeaa53a714440be09e238a0b9b5716 Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Wed, 22 Aug 2007 08:55:18 +0000
Subject: [PATCH] fix manual entry for erroronmissingdir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568518 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/fileset.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/manual/CoreTypes/fileset.html b/docs/manual/CoreTypes/fileset.html
index 2a3eed383..efadcd632 100644
--- a/docs/manual/CoreTypes/fileset.html
+++ b/docs/manual/CoreTypes/fileset.html
@@ -104,7 +104,10 @@ 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.
- true.
+ Defaults to true.
+ Since Ant 1.7.1 (default is true for backward compatiblity
+ reasons.)
+
No |