geirm       01/04/04 03:45:06

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  noted change to VelServlet
  
  Revision  Changes    Path
  1.30      +4 -0      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- changes.xml       2001/04/03 06:18:54     1.29
  +++ changes.xml       2001/04/04 10:45:04     1.30
  @@ -39,6 +39,10 @@
     <li> 
       Documentation : changed license instructions in coding-standards.xml (gmj)
     </li>
  +  <li> 
  +    Added 'throws Exception' to handleRequest() in VelocityServlet.java 
  +    (suggestion from Christoph Reck)  (gmj)
  +  </li>
   </ul>
   
   </subsection>
  
  
  
  1.29      +4 -0      jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.html      2001/04/03 06:18:54     1.28
  +++ changes.html      2001/04/04 10:45:05     1.29
  @@ -141,6 +141,10 @@
     <li> 
       Documentation : changed license instructions in coding-standards.xml (gmj)
     </li>
  +  <li> 
  +    Added 'throws Exception' to handleRequest() in VelocityServlet.java 
  +    (suggestion from Christoph Reck)  (gmj)
  +  </li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

Reply via email to