Author: bodewig
Date: Mon Nov 28 20:51:34 2005
New Revision: 349645
URL: http://svn.apache.org/viewcvs?rev=349645&view=rev
Log:
update docs
Modified:
ant/core/trunk/docs/manual/CoreTasks/uptodate.html
Modified: ant/core/trunk/docs/manual/CoreTasks/uptodate.html
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/uptodate.html?rev=349645&r1=349644&r2=349645&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/uptodate.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/uptodate.html Mon Nov 28 20:51:34 2005
@@ -49,7 +49,8 @@
<td valign="top">srcfile</td>
<td valign="top">The file to check against the target file(s).</td>
<td valign="top" align="center">Yes, unless a nested
- <code><srcfiles></code> element is present.</td>
+ <code><srcfiles></code> or <code><srcresources></code>
+ element is present.</td>
</tr>
<tr>
<td valign="top">targetfile</td>
@@ -66,6 +67,12 @@
<p><strong>Note:</strong> You can specify either the <code>srcfile</code>
attribute or nested <code><srcfiles></code> elements, but not both.
+
+<h4><a name="srcresources">srcresources</a></h4>
+<p>The nested <code><srcresources></code> element is a <a
+href="../CoreTypes/resources.html#union">union</a> and allows you to
+specify a collection of resources to check against the target file(s).
+<em>Since Ant 1.7</em></p>
<h4><a name="mapper">mapper</a></h4>
<p>The nested <code><mapper></code> element allows you to specify
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]