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...@locus.apache.org on 2000/11/12 07:36:02 UTC

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

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