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 &quot;donaldp&quot; in the changes.</p>
   
  +<h4>Sample Output</h4>
  +<pre>
  +&lt;changelog&gt;
  +     &lt;entry&gt;
  +             &lt;date&gt;2002-03-06&lt;/date&gt;
  +             &lt;time&gt;12:00&lt;/time&gt;
  +             &lt;author&gt;donaldp&lt;/author&gt;
  +             &lt;file&gt;
  +                     
&lt;name&gt;org/apache/myrmidon/build/AntlibDescriptorTask.java&lt;/name&gt;
  +                     &lt;revision&gt;1.3&lt;/revision&gt;
  +                     &lt;prevrevision&gt;1.2&lt;/prevrevision&gt;
  +             &lt;/file&gt;
  +             &lt;msg&gt;&lt;![CDATA[Use URLs directly rather than go via a 
FIle.
  +
  +This allows temp[lates to be stored inside jar]]&gt;&lt;/msg&gt;
  +     &lt;/entry&gt;
  +&lt;/changelog&gt;
  +</pre>
  +
   <hr><p align="center">Copyright &copy; 2001 Apache Software Foundation. All 
rights
   Reserved.</p>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to