geirm       01/01/13 08:49:17

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Added
  velocimacro.context.localscope = false
  
  as the default for VM context local functionality.
  
  This mimics current (pre VM fix) behavior, but we might want to make it
  the default.
  
  Revision  Changes    Path
  1.16      +2 -0      
jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- velocity.properties       2000/12/20 05:28:09     1.15
  +++ velocity.properties       2001/01/13 16:49:17     1.16
  @@ -91,6 +91,8 @@
   velocimacro.permissions.allowInlineToReplaceGlobal = false
   velocimacro.permissions.allowInlineLocalScope = false
   
  +velocimacro.context.localscope = false
  +
   #----------------------------------------------------------------------------
   # REFERENCE DEBUG OUTPUT
   #----------------------------------------------------------------------------
  
  
  

Reply via email to