donaldp 02/03/28 15:01:06 Modified: docs/manual/CoreTasks changelog.html Log: Add sample of output to task Revision Changes Path 1.2 +19 -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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changelog.html 28 Mar 2002 22:57:20 -0000 1.1 +++ changelog.html 28 Mar 2002 23:01:06 -0000 1.2 @@ -99,6 +99,25 @@ ever occured. It will also specify the author name as "Peter Donald" any time it encounters the username "donaldp" in the changes.</p> +<h4>Sample Output</h4> +<pre> +<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> +</pre> + <hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights Reserved.</p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
