You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@locus.apache.org on 2000/11/02 14:40:50 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime Runtime.java

geirm       00/11/02 05:40:47

  Modified:    src/java/org/apache/velocity/runtime Runtime.java
  Log:
  Added the import of VelocityResources to allow it to build.
  
  Revision  Changes    Path
  1.30      +2 -1      jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java
  
  Index: Runtime.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Runtime.java	2000/10/27 00:56:18	1.29
  +++ Runtime.java	2000/11/02 13:40:44	1.30
  @@ -84,6 +84,7 @@
   import org.apache.velocity.runtime.directive.Dummy;
   
   import org.apache.velocity.util.*;
  +import org.apache.velocity.runtime.configuration.VelocityResources;
   
   /**
    * This is the Runtime system for Velocity. It is the
  @@ -142,7 +143,7 @@
    *
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @author <a href="mailto:jlb@houseofdistraction.com">Jeff Bowden</a>
  - * @version $Id: Runtime.java,v 1.29 2000/10/27 00:56:18 daveb Exp $
  + * @version $Id: Runtime.java,v 1.30 2000/11/02 13:40:44 geirm Exp $
    */
   public class Runtime
   {