jvanzyl     01/06/14 11:19:17

  Modified:    conf     TurbineResources.properties
               conf/master TurbineResources.master
  Log:
  - fixing pull tool docs to reflect reality :-)
  
  Revision  Changes    Path
  1.115     +6 -6      jakarta-turbine/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/TurbineResources.properties,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- TurbineResources.properties       2001/06/14 18:07:16     1.114
  +++ TurbineResources.properties       2001/06/14 18:19:02     1.115
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.114 2001/06/14 18:07:16 jvanzyl Exp $
  +# $Id: TurbineResources.properties,v 1.115 2001/06/14 18:19:02 jvanzyl Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -451,14 +451,14 @@
   # These tools will be made available to all your
   # templates. You list the tools in the following way:
   #
  -# tool.<scope>.<id> = <classname>
  +# services.PullService.tool.<scope>.<id> = <classname>
   #
   # <scope>      is the tool scope: global, request, session
   #              or persistent (see below for more details)
   # <id>         is the name of the tool in the context
   #
   # You can configure the tools in this way:
  -# tool.<id>.<parameter> = <value>
  +# services.PullService.tool.<id>.<parameter> = <value>
   #
   # So if you find "global", "request", "session" or "persistent" as second
   # part, it is a configuration to put a tool into the toolbox, else it is a
  @@ -466,10 +466,10 @@
   #
   # For example:
   #
  -# tool.global.ui    = org.apache.turbine.util.pull.UIManager
  -# tool.global.mm    = org.apache.turbine.util.pull.MessageManager
  -# tool.request.link = org.apache.turbine.util.template.TemplateLink
  -# tool.request.page = org.apache.turbine.util.template.TemplatePageAttributes
  +# services.PullService.tool.global.ui = org.apache.turbine.util.pull.UIManager
  +# services.PullService.tool.global.mm = org.apache.turbine.util.pull.MessageManager
  +# services.PullService.tool.request.link = 
org.apache.turbine.util.template.TemplateLink
  +# services.PullService.tool.request.page = 
org.apache.turbine.util.template.TemplatePageAttributes
   #
   # Then:
   #
  
  
  
  1.80      +7 -7      jakarta-turbine/conf/master/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/master/TurbineResources.master,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- TurbineResources.master   2001/06/14 18:06:04     1.79
  +++ TurbineResources.master   2001/06/14 18:19:11     1.80
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.master,v 1.79 2001/06/14 18:06:04 jvanzyl Exp $
  +# $Id: TurbineResources.master,v 1.80 2001/06/14 18:19:11 jvanzyl Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -451,14 +451,14 @@
   # These tools will be made available to all your
   # templates. You list the tools in the following way:
   #
  -# tool.<scope>.<id> = <classname>
  +# services.PullService.tool.<scope>.<id> = <classname>
   #
   # <scope>      is the tool scope: global, request, session
   #              or persistent (see below for more details)
   # <id>         is the name of the tool in the context
   #
   # You can configure the tools in this way:
  -# tool.<id>.<parameter> = <value>
  +# services.PullService.tool.<id>.<parameter> = <value>
   #
   # So if you find "global", "request", "session" or "persistent" as second
   # part, it is a configuration to put a tool into the toolbox, else it is a
  @@ -466,10 +466,10 @@
   #
   # For example:
   #
  -# tool.global.ui    = org.apache.turbine.util.pull.UIManager
  -# tool.global.mm    = org.apache.turbine.util.pull.MessageManager
  -# tool.request.link = org.apache.turbine.util.template.TemplateLink
  -# tool.request.page = org.apache.turbine.util.template.TemplatePageAttributes
  +# services.PullService.tool.global.ui = org.apache.turbine.util.pull.UIManager
  +# services.PullService.tool.global.mm = org.apache.turbine.util.pull.MessageManager
  +# services.PullService.tool.request.link = 
org.apache.turbine.util.template.TemplateLink
  +# services.PullService.tool.request.page = 
org.apache.turbine.util.template.TemplatePageAttributes
   #
   # Then:
   #
  
  
  

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

Reply via email to