jvanzyl     00/11/16 15:07:14

  Modified:    src/java/org/apache/velocity/test/defaults
                        velocity.properties
  Log:
  - updates.
  
  Revision  Changes    Path
  1.2       +2 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- velocity.properties       2000/11/16 01:51:50     1.1
  +++ velocity.properties       2000/11/16 23:07:14     1.2
  @@ -66,12 +66,14 @@
   # 
   #----------------------------------------------------------------------------
   
  +template.loader.1.public.name = File
   template.loader.1.description = Velocity File Template Loader
   template.loader.1.class = org.apache.velocity.runtime.loader.FileTemplateLoader
   template.loader.1.template.path = ../test/templates
   template.loader.1.cache = false
   template.loader.1.modificationCheckInterval = 2
   
  +#template.loader.1.public.name = URL
   #template.loader.2.description = Velocity URL Template Loader
   #template.loader.2.class = org.apache.velocity.runtime.loader.URLTemplateLoader
   #template.loader.2.template.path = http://localhost/templates/
  
  
  

Reply via email to