From df1067a7b4d6cebbc1acb1bb790fb20eaa60722d Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Fri, 29 Mar 2002 01:55:59 +0000 Subject: [PATCH] days --> daysinpast in example added banner for nested elements Submitted by: Diane Holt git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272087 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/changelog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html index 4b1763294..fd4ad9660 100644 --- a/docs/manual/CoreTasks/changelog.html +++ b/docs/manual/CoreTasks/changelog.html @@ -50,6 +50,7 @@ +

Parameters specified as nested elements

user

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 @@ ever occured on repository. It writes these changes into the file "changelo

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

Generates a changelog for the dve/network directory for the last 10 days. It writes