From baba61c5e0e59a311cc397e6344f9ea80041936a Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Thu, 28 Mar 2002 23:11:06 +0000 Subject: [PATCH] Update the documentation again for daysinpast git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272077 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/changelog.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html index 893ba4be0..50d8df819 100644 --- a/docs/manual/CoreTasks/changelog.html +++ b/docs/manual/CoreTasks/changelog.html @@ -28,6 +28,11 @@ the file in which to write the changelog. Yes + + daysinpast + sets the start the number of days into the past specified. + No + start the earliest date of changes that are to be included in report. @@ -73,6 +78,14 @@ the supplied displayname rather than the userid..

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".

+
  <changelog basedir="dve/network"
+             destfile="changelog.xml"
+             days="10"
+  />
+ +

Generates a changelog for the dve/network directory for the last 10 days. It writes +these changes into the file "changelog.xml".

+
  <changelog basedir="dve/network"
              destfile="changelog.xml"
              start="20 Feb 2002"