Browse Source

Update the documentation again for daysinpast

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272077 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
baba61c5e0
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      docs/manual/CoreTasks/changelog.html

+ 13
- 0
docs/manual/CoreTasks/changelog.html View File

@@ -28,6 +28,11 @@
<td valign="top">the file in which to write the changelog.</td>
<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>
@@ -73,6 +78,14 @@ the supplied displayname rather than the userid..</p>
<p>Generates a changelog for the dve/network directory including all changes that
ever occured on repository. It writes these changes into the file &quot;changelog.xml&quot;.</p>

<pre> &lt;changelog basedir=&quot;dve/network&quot;
destfile=&quot;changelog.xml&quot;
days=&quot;10&quot;
/&gt;</pre>

<p>Generates a changelog for the dve/network directory for the last 10 days. It writes
these changes into the file &quot;changelog.xml&quot;.</p>

<pre> &lt;changelog basedir=&quot;dve/network&quot;
destfile=&quot;changelog.xml&quot;
start=&quot;20 Feb 2002&quot;


Loading…
Cancel
Save