geirm       00/11/27 20:34:23

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Added property to control interpolation so it can be turned off if desired.
  
  Revision  Changes    Path
  1.12      +9 -0      
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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- velocity.properties       2000/11/27 03:57:05     1.11
  +++ velocity.properties       2000/11/28 04:34:23     1.12
  @@ -115,4 +115,13 @@
   #----------------------------------------------------------------------------
   runtime.log.reference.log_invalid = true
   
  +#----------------------------------------------------------------------------
  +# INTERPOLATION
  +#----------------------------------------------------------------------------
  +# turn off and on interpolation of references and directives in string
  +# literals.  ON by default :)
  +#----------------------------------------------------------------------------
  +stringliterals.interpolate = true
  +
  +
   
  
  
  

Reply via email to