You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/08/05 02:33:42 UTC

cvs commit: jakarta-velocity-tools/xdocs/view index.xml

nbubna      2003/08/04 17:33:42

  Modified:    xdocs/view index.xml
  Log:
  fix typo in toolbox example (bug #22120)
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-velocity-tools/xdocs/view/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/xdocs/view/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	9 Jul 2003 23:48:00 -0000	1.3
  +++ index.xml	5 Aug 2003 00:33:42 -0000	1.4
  @@ -207,15 +207,15 @@
   <toolbox>
     <data type="number">
        <key>app_version</key>
  -     <value>0.9</class>
  +     <value>0.9</value>
     </data>
     <data type="string">
        <key>app_name</key>
  -     <value>Jon's Tool Shop</class>
  +     <value>Jon's Tool Shop</value>
     </data>
     <data type="boolean">
        <key>debug</key>
  -     <value>true</class>
  +     <value>true</value>
     </data>
   &lt;/toolbox&gt;</sourcecode>