geirm       00/10/30 21:07:43

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Changing default name of loop counter to 'velocityCount'.   Why?  We needed it to 
match test/misc/velocity.properties to make the
  debugging test tool behave the same as the testbed, and after some beer-fueled 
discussion, 'velocityCount' was decided upon with a
  vote of 1-0, the committer abstaining.
  
  Revision  Changes    Path
  1.4       +1 -1      
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- velocity.properties       2000/10/26 20:01:12     1.3
  +++ velocity.properties       2000/10/31 05:07:43     1.4
  @@ -10,6 +10,6 @@
   template.cache=false
   template.encoding = UTF8
   template.asciihack = false
  -counter.name = velocityCounter
  +counter.name = velocityCount
   counter.initial.value = 1
   default.contentType=text/html
  
  
  

Reply via email to