geirm       00/11/11 22:36:02

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Added maxdepth property for #parse() handling.
  
  Revision  Changes    Path
  1.6       +1 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- velocity.properties       2000/11/03 23:26:48     1.5
  +++ velocity.properties       2000/11/12 06:36:02     1.6
  @@ -12,3 +12,4 @@
   counter.name = velocityCount
   counter.initial.value = 1
   default.contentType=text/html
  +parse_directive.maxdepth = 10
  \ No newline at end of file
  
  
  

Reply via email to