geirm       00/11/27 20:35:38

  Modified:    src/java/org/apache/velocity/runtime RuntimeConstants.java
  Log:
  Added constant for the property stringliterals.interpolate to turn off interpolation.
  
  Revision  Changes    Path
  1.6       +7 -0      
jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java
  
  Index: RuntimeConstants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RuntimeConstants.java     2000/11/28 00:40:22     1.5
  +++ RuntimeConstants.java     2000/11/28 04:35:38     1.6
  @@ -102,4 +102,11 @@
        * Maximum recursion depth allowed for the #parse directive.
        */
       public static String PARSE_DIRECTIVE_MAXDEPTH = "parse_directive.maxdepth";
  +
  +
  +    /**
  +     *  Switch for the interpolation facility for string literals
  +     */
  +    public static String INTERPOLATE_STRINGLITERALS = "stringliterals.interpolate";
  +
   }
  
  
  

Reply via email to