You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2010/03/15 16:34:04 UTC

svn commit: r923294 - /ant/core/trunk/docs/manual/CoreTasks/uptodate.html

Author: mbenson
Date: Mon Mar 15 15:34:04 2010
New Revision: 923294

URL: http://svn.apache.org/viewvc?rev=923294&view=rev
Log:
elaborate on srcfiles a bit

Modified:
    ant/core/trunk/docs/manual/CoreTasks/uptodate.html

Modified: ant/core/trunk/docs/manual/CoreTasks/uptodate.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/uptodate.html?rev=923294&r1=923293&r2=923294&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/uptodate.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/uptodate.html Mon Mar 15 15:34:04 2010
@@ -78,8 +78,9 @@ target execution depending on the relati
 
 <h3>Parameters specified as nested elements</h3>
 <h4><a name="srcfiles">srcfiles</a></h4>
-<p>The nested <code>&lt;srcfiles&gt;</code> element allows you to specify a
-set of files to check against the target file(s).</p>
+<p>The nested <code>&lt;srcfiles&gt;</code> element is a
+<a href="../CoreTypes/fileset.html">fileset</a> and allows you to
+specify a set of files to check against the target file(s).</p>
 
 <p><strong>Note:</strong> You can specify either the <code>srcfile</code>
 attribute or nested <code>&lt;srcfiles&gt;</code> elements, but not both.