jvanzyl     00/12/18 21:33:02

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  - changed the default properties to match what the new resource
    manager is looking for.
  
  Revision  Changes    Path
  1.14      +6 -14     
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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- velocity.properties       2000/12/10 19:35:46     1.13
  +++ velocity.properties       2000/12/19 05:33:02     1.14
  @@ -55,8 +55,6 @@
   # is governed.
   #----------------------------------------------------------------------------
   
  -include.path=.
  -include.cache = false
   include.output.errormsg.start = <!-- include error : 
   include.output.errormsg.end   =  see error log -->
   
  @@ -73,18 +71,12 @@
   # 
   #----------------------------------------------------------------------------
   
  -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 = .
  -template.loader.1.cache = false
  -template.loader.1.modificationCheckInterval = 2
  -
  -#template.loader.2.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/
  -#template.loader.2.cache = false
  +resource.loader.1.public.name = File
  +resource.loader.1.description = Velocity File Resource Loader
  +resource.loader.1.class = 
org.apache.velocity.runtime.resource.loader.FileResourceLoader
  +resource.loader.1.resource.path = .
  +resource.loader.1.cache = false
  +resource.loader.1.modificationCheckInterval = 2
   
   #----------------------------------------------------------------------------
   # E X T E R N A L  S E R V I C E  I N I T I A L I Z A T I O N
  
  
  

Reply via email to