geirm       00/11/26 10:33:41

  Modified:    src/java/org/apache/velocity/test/defaults
                        velocity.properties
  Log:
  Added the VM global library for testing.  Something changed somewhere, so the test 
suite stopped working.
  
  Revision  Changes    Path
  1.3       +9 -0      
jakarta-velocity/src/java/org/apache/velocity/test/defaults/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/test/defaults/velocity.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocity.properties       2000/11/16 23:07:14     1.2
  +++ velocity.properties       2000/11/26 18:33:40     1.3
  @@ -89,3 +89,12 @@
   #----------------------------------------------------------------------------
   
   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