bodewig 02/04/18 08:49:19
Modified: docs/manual/CoreTasks uptodate.html
Log:
<mapper> and srcfile can live together.
Revision Changes Path
1.10 +1 -4 jakarta-ant/docs/manual/CoreTasks/uptodate.html
Index: uptodate.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/uptodate.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- uptodate.html 2 Apr 2002 11:07:57 -0000 1.9
+++ uptodate.html 18 Apr 2002 15:49:19 -0000 1.10
@@ -46,7 +46,7 @@
</tr>
<tr>
<td valign="top">srcfile</td>
- <td valign="top">The file to check against the target file.</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>
</tr>
@@ -70,9 +70,6 @@
<p>The nested <code><mapper></code> element allows you to specify
a set of target files to check for being up-to-date with respect to a
set of source files.</p>
-
-<p><strong>Note:</strong> The nested <code><mapper></code> element is
-only valid when used with the <code><srcfiles></code> element.
<h3>Examples</h3>
<pre> <uptodate property="xmlBuild.notRequired"
targetfile="${deploy}\xmlClasses.jar" >
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>