From 00eaa5164aa30bf451ed9f569636166fecb5fd1d Mon Sep 17 00:00:00 2001
From: Peter Donald
Date: Thu, 28 Mar 2002 23:01:06 +0000
Subject: [PATCH] Add sample of output to task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272076 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/changelog.html | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html
index 1894e2d7b..893ba4be0 100644
--- a/docs/manual/CoreTasks/changelog.html
+++ b/docs/manual/CoreTasks/changelog.html
@@ -99,6 +99,25 @@ after the 20th of Feb 2002. It writes these changes into the file "changelo
ever occured. It will also specify the author name as "Peter Donald"
any time it encounters the username "donaldp" in the changes.
+Sample Output
+
+<changelog>
+ <entry>
+ <date>2002-03-06</date>
+ <time>12:00</time>
+ <author>donaldp</author>
+ <file>
+ <name>org/apache/myrmidon/build/AntlibDescriptorTask.java</name>
+ <revision>1.3</revision>
+ <prevrevision>1.2</prevrevision>
+ </file>
+ <msg><![CDATA[Use URLs directly rather than go via a FIle.
+
+This allows temp[lates to be stored inside jar]]></msg>
+ </entry>
+</changelog>
+
+
Copyright © 2001 Apache Software Foundation. All rights
Reserved.