You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/04/21 20:42:38 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime/defaults velocity.properties

geirm       02/04/21 11:42:38

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  update - add key for uberspector
  
  Revision  Changes    Path
  1.24      +18 -8     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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- velocity.properties	17 Nov 2001 12:33:30 -0000	1.23
  +++ velocity.properties	21 Apr 2002 18:42:38 -0000	1.24
  @@ -6,7 +6,7 @@
   #----------------------------------------------------------------------------
   
   #----------------------------------------------------------------------------
  -# R U N T I M E  L O G  
  +# R U N T I M E  L O G
   #----------------------------------------------------------------------------
   
   #----------------------------------------------------------------------------
  @@ -33,14 +33,14 @@
   runtime.log.invalid.reference = true
   
   #----------------------------------------------------------------------------
  -# Configuration for the Log4JLogSystem. 
  -# You must define the runtime.log.logsystem.class property to be: 
  +# Configuration for the Log4JLogSystem.
  +# You must define the runtime.log.logsystem.class property to be:
   #   org.apache.velocity.runtime.log.Log4JLogSystem
   #
   # You must also include Log4J's .jar files into your classpath. They are
   # included with the Velocity distribution in the build/lib directory.
   #
  -# There are several different options that you can configure. 
  +# There are several different options that you can configure.
   # Uncomment the ones that you want and also define their settings.
   #----------------------------------------------------------------------------
   #runtime.log.logsystem.log4j.pattern=%d - %m%n
  @@ -82,7 +82,7 @@
   # is governed.
   #----------------------------------------------------------------------------
   
  -directive.include.output.errormsg.start = <!-- include error : 
  +directive.include.output.errormsg.start = <!-- include error :
   directive.include.output.errormsg.end   =  see error log -->
   
   #----------------------------------------------------------------------------
  @@ -94,8 +94,8 @@
   #----------------------------------------------------------------------------
   # T E M P L A T E  L O A D E R S
   #----------------------------------------------------------------------------
  -# 
  -# 
  +#
  +#
   #----------------------------------------------------------------------------
   
   resource.loader = file
  @@ -110,7 +110,7 @@
   # VELOCIMACRO PROPERTIES
   #----------------------------------------------------------------------------
   # global : 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 
  +# template path.  You may remove it (either the file or this property) if
   # you wish with no harm.
   #----------------------------------------------------------------------------
   velocimacro.library = VM_global_library.vm
  @@ -138,3 +138,13 @@
   #----------------------------------------------------------------------------
   resource.manager.class = org.apache.velocity.runtime.resource.ResourceManagerImpl
   resource.manager.cache.class = org.apache.velocity.runtime.resource.ResourceCacheImpl
  +
  +#----------------------------------------------------------------------------
  +# PLUGGABLE INTROSPECTOR
  +#----------------------------------------------------------------------------
  +# Allows alternative introspection and all that can of worms brings
  +#----------------------------------------------------------------------------
  +
  +runtime.introspector.uberspect = org.apache.velocity.util.introspection.UberspectImpl
  +
  +
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>