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/12/10 20:35:47 UTC

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

geirm       00/12/10 11:35:47

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Added VM defaults so they are explicit and you don't have to dig into the code to see what they are :)
  
  Revision  Changes    Path
  1.13      +6 -2      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- velocity.properties	2000/11/28 04:34:23	1.12
  +++ velocity.properties	2000/12/10 19:35:46	1.13
  @@ -98,13 +98,17 @@
   external.init = false
   
   #----------------------------------------------------------------------------
  -# VELOCIMACRO GLOBAL LIBRARY
  +# VELOCIMACRO PROPERTIES
   #----------------------------------------------------------------------------
  -# name of default global library.  It is expected to be in the regular
  +# global : name of default global library.  It is expected to be in the regular
   # template path.  You may remove it (either the file or this property) if 
   # you wish with no harm.
   #----------------------------------------------------------------------------
   velocimacro.library.global=VM_global_library.vm
  +
  +velocimacro.permissions.allowInline = true
  +velocimacro.permissions.allowInlineToReplaceGlobal = false
  +velocimacro.permissions.allowInlineLocalScope = false
   
   #----------------------------------------------------------------------------
   # REFERENCE DEBUG OUTPUT