Author: peterreilly
Date: Wed Aug 22 01:55:18 2007
New Revision: 568518
URL: http://svn.apache.org/viewvc?rev=568518&view=rev
Log:
fix manual entry for erroronmissingdir
Modified:
ant/core/trunk/docs/manual/CoreTypes/fileset.html
Modified: ant/core/trunk/docs/manual/CoreTypes/fileset.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/fileset.html?rev=568518&r1=568517&r2=568518&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/fileset.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/fileset.html Wed Aug 22 01:55:18 2007
@@ -104,7 +104,10 @@
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.</td>
+ Defaults to true.
+ <em>Since Ant 1.7.1 (default is true for backward compatiblity
+ reasons.)</em>
+ </td>
<td valign="top" align="center">No</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]