mikeh 01/11/29 09:13:47 Modified: conf TurbineResources.properties Log: re-built the TR.props Revision Changes Path 1.18 +20 -6 jakarta-turbine-3/conf/TurbineResources.properties Index: TurbineResources.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/TurbineResources.properties,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- TurbineResources.properties 2001/11/29 00:37:14 1.17 +++ TurbineResources.properties 2001/11/29 17:13:47 1.18 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: TurbineResources.properties,v 1.17 2001/11/29 00:37:14 jon Exp $ +# $Id: TurbineResources.properties,v 1.18 2001/11/29 17:13:47 mikeh Exp $ # # This is the configuration file for Turbine. # @@ -87,17 +87,31 @@ log4j.category.org.apache.fulcrum.db = INFO, torque # ------------------------------------------------------------------- -# -# M O D U L E C A C H I N G +# +# R E S O L V E R # # ------------------------------------------------------------------- -# This determines whether or not to cache the modules in memory. For -# development, turn this off. For production, turn this on. +# This determines what resolver to use to find modules and templates. +# The DefaultResolver uses the ModuleLoader's algorithm (see below) to +# find modules +# +# Default: org.apache.turbine.pipeline.DefaultResolver +# ------------------------------------------------------------------- + +resolver.default = org.apache.turbine.pipeline.DefaultResolver + +# ------------------------------------------------------------------- +# +# R E S O L V E R C A C H I N G +# +# This determines if caching is on for modules and templates. It replaces +# the <module.cache> property. # # Default: false # ------------------------------------------------------------------- +resolver.cache.template = false +resolver.cache.module = false -module.cache=false # ------------------------------------------------------------------- #
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>