donaldp 02/03/28 17:55:59
Modified: docs/manual/CoreTasks changelog.html
Log:
days --> daysinpast in example
added banner for nested elements
Submitted by: Diane Holt
Revision Changes Path
1.6 +2 -1 jakarta-ant/docs/manual/CoreTasks/changelog.html
Index: changelog.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/changelog.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changelog.html 28 Mar 2002 23:59:20 -0000 1.5
+++ changelog.html 29 Mar 2002 01:55:59 -0000 1.6
@@ -50,6 +50,7 @@
</tr>
</table>
+<h3>Parameters specified as nested elements</h3>
<h4><a name="user">user</a></h4>
<p>The changelog task all allows a user element. It maps between a usernid
as it appears on the cvs server and a display name. Any time the userid
@@ -85,7 +86,7 @@
<pre> <changelog basedir="dve/network"
destfile="changelog.xml"
- days="10"
+ daysinpast="10"
/></pre>
<p>Generates a changelog for the dve/network directory for the last 10 days.
It writes
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>