donaldp 02/03/28 15:11:06
Modified: docs/manual/CoreTasks changelog.html
Log:
Update the documentation again for daysinpast
Revision Changes Path
1.3 +13 -0 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- changelog.html 28 Mar 2002 23:01:06 -0000 1.2
+++ changelog.html 28 Mar 2002 23:11:06 -0000 1.3
@@ -29,6 +29,11 @@
<td align="center" valign="top">Yes</td>
</tr>
<tr>
+ <td valign="top">daysinpast</td>
+ <td valign="top">sets the start the number of days into the past
specified.</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">start</td>
<td valign="top">the earliest date of changes that are to be included in
report.</td>
<td align="center" valign="top">No</td>
@@ -72,6 +77,14 @@
<p>Generates a changelog for the dve/network directory including all changes
that
ever occured on repository. It writes these changes into the file
"changelog.xml".</p>
+
+<pre> <changelog basedir="dve/network"
+ destfile="changelog.xml"
+ days="10"
+ /></pre>
+
+<p>Generates a changelog for the dve/network directory for the last 10 days.
It writes
+these changes into the file "changelog.xml".</p>
<pre> <changelog basedir="dve/network"
destfile="changelog.xml"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>