paulsp      02/04/14 04:31:34

  Modified:    webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Part of PEID implementation
  
  It has become apparent the replacing the tool jlink AND maintaining backward
  compatibility is not practical. So we will add a new tool, jslink.  All
  references to the existing tools, jlink clink link... will be converted to
  jslink
  
  o The tool jlink again uses JetspeedTemplateLink
  o The tool jslink has been added
  
  Revision  Changes    Path
  1.49      +8 -3      jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- TurbineResources.properties       13 Apr 2002 08:24:44 -0000      1.48
  +++ TurbineResources.properties       14 Apr 2002 11:31:34 -0000      1.49
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.48 2002/04/13 08:24:44 paulsp Exp $
  +# $Id: TurbineResources.properties,v 1.49 2002/04/14 11:31:34 paulsp Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -586,12 +586,17 @@
   #
   # Defaults: none
   
  +tool.request.jslink=org.apache.jetspeed.util.template.BaseJetspeedLink
  +
  +# link.setAction() has been replace by jslink.setAction()
  +# link.setPage() has been replace by jslink.setPage()
   tool.request.link=org.apache.turbine.util.template.TemplateLink
   tool.request.page=org.apache.turbine.util.template.TemplatePageAttributes
   tool.request.content=org.apache.turbine.util.ContentURI
   tool.request.clink=org.apache.jetspeed.util.template.ContentTemplateLink
  -tool.request.jlink=org.apache.jetspeed.util.template.BaseJetspeedLink
  -#tool.request.jlink=org.apache.jetspeed.util.template.JetspeedTemplateLink
  +# jlink has been replaced by jslink.Template()
  +# jlink.ActionKey has been replaced by jslink.ActionKey
  +tool.request.jlink=org.apache.jetspeed.util.template.JetspeedTemplateLink
   tool.request.jetspeed=org.apache.jetspeed.util.template.JetspeedTool
   tool.request.l10n=org.apache.turbine.services.localization.LocalizationTool
   
#tool.request.jnavigation=org.apache.jetspeed.util.template.JetspeedTemplateNavigation
  
  
  

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

Reply via email to