geirm       01/01/13 08:46:17

  Modified:    src/java/org/apache/velocity/runtime RuntimeConstants.java
  Log:
  Added
  
  VM_CONTEXT_LOCALSCOPE
  
  for turning on local context scope in VMs
  
  Revision  Changes    Path
  1.13      +3 -0      
jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java
  
  Index: RuntimeConstants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- RuntimeConstants.java     2000/12/20 05:38:53     1.12
  +++ RuntimeConstants.java     2001/01/13 16:46:17     1.13
  @@ -155,6 +155,9 @@
       /** switch for VM blather : default true  */
       public final static String VM_MESSAGES_ON = "velocimacro.messages.on";
   
  +   /** switch for local context in VM : default true  */
  +    public final static String VM_CONTEXT_LOCALSCOPE = 
"velocimacro.context.localscope";
  +
       /*
        * ----------------------------------------------------------------------
        * These constants are used internally by the Velocity runtime i.e.
  
  
  

Reply via email to