mikeh 01/11/29 09:03:37 Modified: conf/master TurbineResources.master meta.properties Log: When jon rebuilt the TR.props file, I noticed that I never updated the master file for the pluggable resolver. Revision Changes Path 1.12 +20 -6 jakarta-turbine-3/conf/master/TurbineResources.master Index: TurbineResources.master =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/master/TurbineResources.master,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- TurbineResources.master 2001/11/15 00:53:57 1.11 +++ TurbineResources.master 2001/11/29 17:03:37 1.12 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: TurbineResources.master,v 1.11 2001/11/15 00:53:57 dlr Exp $ +# $Id: TurbineResources.master,v 1.12 2001/11/29 17:03:37 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=@MODULE_CACHE@ # ------------------------------------------------------------------- # 1.2 +3 -1 jakarta-turbine-3/conf/master/meta.properties Index: meta.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/master/meta.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- meta.properties 2001/08/16 04:41:26 1.1 +++ meta.properties 2001/11/29 17:03:37 1.2 @@ -13,7 +13,9 @@ mail.server= mail.smtp.from= -module.cache=false +resolver.cache.template=false +resolver.cache.module=false + module.packages=org.apache.turbine.modules # If you want this to be something, then you should specify it
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
