aa4c37541a
git-svn-id: https://samskivert.googlecode.com/svn/trunk@897 6335cc39-0255-0410-8fd6-9bcaacd3b74c
20 lines
791 B
Properties
20 lines
791 B
Properties
#
|
|
# $Id: velocity.properties,v 1.1 2002/11/08 09:14:20 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
|
|
|
|
# temporarily make life easier
|
|
file.resource.loader.path = /home/mdb/projects/twodue/web
|