geirm       01/03/16 21:09:18

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Changed the VM library constants
  
  Revision  Changes    Path
  1.18      +1 -1      
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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- velocity.properties       2001/03/14 21:51:55     1.17
  +++ velocity.properties       2001/03/17 05:09:18     1.18
  @@ -80,7 +80,7 @@
   # template path.  You may remove it (either the file or this property) if 
   # you wish with no harm.
   #----------------------------------------------------------------------------
  -velocimacro.global.library = VM_global_library.vm
  +velocimacro.library = VM_global_library.vm
   
   velocimacro.permissions.allow.inline = true
   velocimacro.permissions.allow.inline.to.replace.global = false
  
  
  

Reply via email to