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.