jvanzyl     01/07/12 16:47:36

  Modified:    conf/master TurbineResources.master
  Log:
  - updating for changes in rendering system
  
  Revision  Changes    Path
  1.90      +22 -41    jakarta-turbine/conf/master/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/master/TurbineResources.master,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- TurbineResources.master   2001/07/10 01:13:47     1.89
  +++ TurbineResources.master   2001/07/12 23:47:35     1.90
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.master,v 1.89 2001/07/10 01:13:47 jvanzyl Exp $
  +# $Id: TurbineResources.master,v 1.90 2001/07/12 23:47:35 jvanzyl Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -112,6 +112,27 @@
   
   module.packages=@MODULE_PACKAGES@
   
  +# These are the default modules to emulate the Turbine
  +# 2.1 page/layout/nav/screen system.
  +
  +module.default.actions = TemplateAction
  +module.default.screens=TemplateScreen
  +module.default.layouts = TemplateLayout
  +module.default.navigations=TemplateNavigation
  +
  +# You can define any module type you wish here and
  +# they will be added to Turbine's module processing
  +# system. You must provide a default module!
  +#
  +# module.default.woogy = Boogie
  +# module.default.floogy = Moogie
  +
  +pipeline.default = org.apache.turbine.pipeline.ClassicPipeline
  +pipeline.default.targetModuleType = screens
  +
  +template.default = /Default
  +template.default.extension = vm
  +
   # -------------------------------------------------------------------
   # 
   #  F R A M E W O R K  S E T T I N G S
  @@ -568,46 +589,6 @@
   services.JspService.buffer.size = 8192
   
   services.JspService.earlyInit = true
  -
  -# -------------------------------------------------------------------
  -# 
  -#  W E B M A C R O  S E R V I C E
  -#
  -# -------------------------------------------------------------------
  -
  -services.WebMacroService.template.extension=wm
  -services.WebMacroService.default.page.template = /Default.wm
  -services.WebMacroService.default.layout.template = /Default.wm
  -
  -# The location of WebMacro configuration file, relative to webapp
  -# root.
  -
  -services.WebMacroService.properties=/WEB-INF/conf/WebMacro.properties
  -
  -# The path where WebMacro will look for templates, relative to webapp
  -# root.  Use your system's path separator to specify multiple paths.
  -
  -services.WebMacroService.templates=@TEMPLATE_PATH@
  -
  -# The class that will act as a template provider in webmacro.  We can
  -# use default class from WebMacro (template path above is pushed into
  -# WebMacro configuration mechanism, so that class can pick it up), or
  -# some other custom class
  -
  
-services.WebMacroService.templates.provider=org.apache.turbine.services.webmacro.TurbineTemplateProvider
  -
  -# -------------------------------------------------------------------
  -# 
  -#  F R E E M A R K E R  S E R V I C E
  -#
  -# -------------------------------------------------------------------
  -
  -# The path where FreeMarker will look for templates, relative to
  -# webapp root, if supported by the servlet engine.
  -#
  -# Default: /templates
  -
  -services.FreeMarkerService.templates=/templates
   
   # -------------------------------------------------------------------
   # 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to