Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 85475 invoked from network); 28 Mar 2002 23:11:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Mar 2002 23:11:11 -0000 Received: (qmail 24064 invoked by uid 97); 28 Mar 2002 23:11:16 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 24019 invoked by uid 97); 28 Mar 2002 23:11:15 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 24008 invoked by uid 97); 28 Mar 2002 23:11:15 -0000 Date: 28 Mar 2002 23:11:06 -0000 Message-ID: <20020328231106.60718.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/CoreTasks changelog.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ 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. No @@ -72,6 +77,14 @@

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"
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: