Files
samskivert/runtime/twodue/etc/velocity.properties
T
mdb 6cc55d41c9 Removed dev config.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@900 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-11-08 21:54:50 +00:00

17 lines
701 B
Properties

#
# $Id: velocity.properties,v 1.2 2002/11/08 21:54:50 mdb Exp $
#
# Velocity engine configuration overrides
#----------------------------------------------------------------------------
# F O R E A C H P R O P E R T I E S
#----------------------------------------------------------------------------
# These properties control how the counter is accessed in the #foreach
# directive. By default the reference $velocityCount will be available
# in the body of the #foreach directive. The default starting value
# for this reference is 1.
#----------------------------------------------------------------------------
directive.foreach.counter.name = vidx
directive.foreach.counter.initial.value = 0