geirm       00/11/19 15:24:17

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Added the specification of the VM_global_library as an example.  There should be no 
problems if the file doesn't exist.
  
  Revision  Changes    Path
  1.9       +10 -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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- velocity.properties       2000/11/16 23:06:40     1.8
  +++ velocity.properties       2000/11/19 23:24:16     1.9
  @@ -87,3 +87,13 @@
   #----------------------------------------------------------------------------
   
   external.init = false
  +
  +#----------------------------------------------------------------------------
  +# VELOCIMACRO GLOBAL LIBRARY
  +#----------------------------------------------------------------------------
  +# 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
  +
  
  
  

Reply via email to