You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by dl...@apache.org on 2001/11/03 19:32:10 UTC

cvs commit: jakarta-velocity/xdocs changes.xml

dlr         01/11/03 10:32:10

  Modified:    xdocs    changes.xml
  Log:
  Added note about new cleanup() method in TexenTask.
  
  Revision  Changes    Path
  1.61      +6 -0      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -u -r1.60 -r1.61
  --- changes.xml	2001/11/02 13:11:02	1.60
  +++ changes.xml	2001/11/03 18:32:10	1.61
  @@ -72,6 +72,12 @@
        Added support for an 'ApplicationContext' to allow the application
        set an Object accessable to custom loaders and loggers. (gmj)
      </li>
  +   <li>
  +     Added <code>cleanup()</code> hook method to
  +     <code>TexenTask</code> to easily allow subclasses to perform
  +     cleanup activities without overriding
  +     <code>execute()</code>. (dlr)
  +   </li>
   </ul>
   
   </subsection>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>