You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@locus.apache.org on 2000/11/06 23:24:09 UTC

cvs commit: jakarta-velocity/examples SampleServlet.java SampleServlet.class

jon         00/11/06 14:24:03

  Modified:    examples SampleServlet.java SampleServlet.class
  Log:
  look for .vm suffix instead of .wm suffix
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity/examples/SampleServlet.java
  
  Index: SampleServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/SampleServlet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SampleServlet.java	2000/09/30 17:04:20	1.1
  +++ SampleServlet.java	2000/11/06 22:23:56	1.2
  @@ -69,7 +69,7 @@
    * pass them to the template.
    * 
    * @author Dave Bryson
  - * $Revision: 1.1 $
  + * $Revision: 1.2 $
    */
   public class SampleServlet extends VelocityServlet
   {
  @@ -91,7 +91,7 @@
           try
           {
               // Get the template
  -            outty =  getTemplate("sample.wm");
  +            outty =  getTemplate("sample.vm");
           }
           catch( Exception e )
           {
  
  
  
  1.2       +1 -1      jakarta-velocity/examples/SampleServlet.class
  
  	<<Binary file>>