geirm       01/02/11 12:51:52

  Modified:    examples Example2.java Example2.class
  Log:
  Update to reflect the move of Velocity class from o.a.v.util to o.a.v.app
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-velocity/examples/Example2.java
  
  Index: Example2.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/Example2.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Example2.java     2001/02/11 19:55:09     1.1
  +++ Example2.java     2001/02/11 20:51:52     1.2
  @@ -54,7 +54,7 @@
   
   import java.io.StringWriter;
   import java.util.Properties;
  -import org.apache.velocity.util.Velocity;
  +import org.apache.velocity.app.Velocity;
   import org.apache.velocity.VelocityContext;
   
   /**
  @@ -66,7 +66,7 @@
    *
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
  - * @version $Id: Example2.java,v 1.1 2001/02/11 19:55:09 geirm Exp $
  + * @version $Id: Example2.java,v 1.2 2001/02/11 20:51:52 geirm Exp $
    */
   
   public class Example2
  
  
  
  1.2       +1 -1      jakarta-velocity/examples/Example2.class
  
        <<Binary file>>
  
  

Reply via email to