jon 01/11/28 16:37:14
Modified: conf Fulcrum.properties TurbineResources.properties
conf/master Fulcrum.master
Log:
re-built the TR.props
added a config option for setting up EC's in Velocity
Revision Changes Path
1.9 +2 -0 jakarta-turbine-3/conf/Fulcrum.properties
Index: Fulcrum.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/conf/Fulcrum.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Fulcrum.properties 2001/11/27 00:36:29 1.8
+++ Fulcrum.properties 2001/11/29 00:37:14 1.9
@@ -161,6 +161,8 @@
services.VelocityService.classpath.resource.loader.description = Velocity Classpath
Resource Loader
services.VelocityService.classpath.resource.loader.class =
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+services.VelocityService.eventCartridge.classes =
+
services.VelocityService.earlyInit = true
# -------------------------------------------------------------------
1.17 +5 -20 jakarta-turbine-3/conf/TurbineResources.properties
Index: TurbineResources.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/conf/TurbineResources.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- TurbineResources.properties 2001/11/15 16:08:41 1.16
+++ TurbineResources.properties 2001/11/29 00:37:14 1.17
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.properties,v 1.16 2001/11/15 16:08:41 mikeh Exp $
+# $Id: TurbineResources.properties,v 1.17 2001/11/29 00:37:14 jon Exp $
#
# This is the configuration file for Turbine.
#
@@ -86,33 +86,18 @@
log4j.category.org.apache.fulcrum.db = INFO, torque
-
# -------------------------------------------------------------------
#
-# R E S O L V E R
-#
-# -------------------------------------------------------------------
-# This determines what resolver to use to find modules and templates.
-# The DefaultResolver uses the ModuleLoader's algorithm (see below) to
-# find modules
+# M O D U L E C A C H I N G
#
-# 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.
+# This determines whether or not to cache the modules in memory. For
+# development, turn this off. For production, turn this on.
#
# Default: false
# -------------------------------------------------------------------
-resolver.cache.template = false
-resolver.cache.module = false
+module.cache=false
# -------------------------------------------------------------------
#
1.9 +2 -0 jakarta-turbine-3/conf/master/Fulcrum.master
Index: Fulcrum.master
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/conf/master/Fulcrum.master,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Fulcrum.master 2001/11/27 00:36:43 1.8
+++ Fulcrum.master 2001/11/29 00:37:14 1.9
@@ -161,6 +161,8 @@
services.VelocityService.classpath.resource.loader.description = Velocity Classpath
Resource Loader
services.VelocityService.classpath.resource.loader.class =
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+services.VelocityService.eventCartridge.classes =
+
services.VelocityService.earlyInit = true
# -------------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>