You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by si...@apache.org on 2002/05/07 11:02:06 UTC

cvs commit: jakarta-velocity-tools/view/examples/simple/WEB-INF toolbox.xml

sidler      02/05/07 02:02:06

  Modified:    view/examples/simple/WEB-INF toolbox.xml
  Log:
  Fixed the use of deprecated 'contextkey' element. (Thanks to
  claude@savoirweb.com for the bug report)
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity-tools/view/examples/simple/WEB-INF/toolbox.xml
  
  Index: toolbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/view/examples/simple/WEB-INF/toolbox.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- toolbox.xml	3 Jan 2002 20:21:28 -0000	1.1
  +++ toolbox.xml	7 May 2002 09:02:06 -0000	1.2
  @@ -5,7 +5,7 @@
     <tools>
   
      <object>
  -     <contextkey>toytool</contextkey>
  +     <key>toytool</key>
        <class>ToyTool</class>
      </object>
   
  
  
  

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