You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/10/14 14:19:21 UTC

cvs commit: jakarta-turbine-2/src/maven-plugin/src/plugin-resources/src/conf TurbineResources.master

epugh       2003/10/14 05:19:21

  Modified:    src/maven-plugin/src/plugin-resources/src/conf
                        TurbineResources.master
  Log:
  Upate sample TR
  
  Revision  Changes    Path
  1.2       +8 -98     jakarta-turbine-2/src/maven-plugin/src/plugin-resources/src/conf/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/maven-plugin/src/plugin-resources/src/conf/TurbineResources.master,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TurbineResources.master	28 Sep 2003 16:56:35 -0000	1.1
  +++ TurbineResources.master	14 Oct 2003 12:19:21 -0000	1.2
  @@ -1,7 +1,8 @@
   # -------------------------------------------------------------------
   # $Id$
   #
  -# This is the configuration file for Turbine.
  +# This is the configuration file for Turbine 2.4 using the various 
  +# Fulcrum components.
   #
   # Note that strings containing "," (comma) characters must backslash
   # escape the comma (i.e. '\,')
  @@ -318,7 +319,6 @@
   services.RunDataService.classname=org.apache.turbine.services.rundata.TurbineRunDataService
   services.ServletService.classname=org.apache.turbine.services.servlet.TurbineServletService
   services.AssemblerBrokerService.classname=org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
  -services.LocalizationService.classname=org.apache.turbine.services.localization.TurbineLocalizationService
   services.MimeTypeService.classname=org.apache.turbine.services.mimetype.TurbineMimeTypeService
   services.GlobalCacheService.classname=org.apache.turbine.services.cache.TurbineGlobalCacheService
   services.SchedulerService.classname=org.apache.turbine.services.schedule.TurbineSchedulerService
  @@ -327,7 +327,6 @@
   services.UploadService.classname=org.apache.turbine.services.upload.TurbineUploadService
   services.SecurityService.classname=org.apache.turbine.services.security.db.DBSecurityService
   services.PullService.classname=org.apache.turbine.services.pull.TurbinePullService
  -#services.IntakeService.classname=org.apache.turbine.services.intake.TurbineIntakeService
   services.TemplateService.classname=org.apache.turbine.services.template.TurbineTemplateService
   services.XSLTService.classname=org.apache.turbine.services.xslt.TurbineXSLTService
   #services.SessionService.classname=org.apache.turbine.services.session.TurbineSessionService
  @@ -625,26 +624,6 @@
   
   # -------------------------------------------------------------------
   #
  -#  L O C A L I Z A T I O N  S E R V I C E
  -#
  -# -------------------------------------------------------------------
  -
  -# Default ResourceBundle and language/country codes used by the
  -# TurbineLocalizationService.
  -#
  -locale.default.bundle=@LOCALE_DEFAULT_BUNDLE@
  -locale.default.language=@LOCALE_DEFAULT_LANGUAGE@
  -locale.default.country=@LOCALE_DEFAULT_COUNTRY@
  -
  -#
  -# This will set the charset= portion of the ContentType: header.
  -# Leave commented out unless you want to return stuff as a different
  -# charset.
  -#
  -# locale.default.charset=
  -
  -# -------------------------------------------------------------------
  -#
   #  M I M E T Y P E  S E R V I C E
   #
   # -------------------------------------------------------------------
  @@ -1060,31 +1039,6 @@
   services.XSLTService.path = /path/to/stylesheets
   services.XSLTService.cache = false
   
  -# -------------------------------------------------------------------
  -#
  -#  I N T A K E   S E R V I C E
  -#
  -# -------------------------------------------------------------------
  -
  -# The location of the xml file specifying valid inputs
  -#
  -# If you need to define multiple definition files, you can should
  -# seperate them with commas.
  -#
  -# Default: WEB-INF/conf/intake.xml
  -#
  -services.IntakeService.xml.path=WEB-INF/conf/intake.xml
  -
  -# This file is used to cache the XML definitions after they are
  -# parsed.  It provides for a small performance gain on startup.
  -#
  -# Note: Even if you have multiple XML definition files, you will
  -# only need one serialization file!
  -#
  -# Default: WEB-INF/appData.ser
  -#
  -services.IntakeService.serialize.path=WEB-INF/appData.ser
  -
   #--------------------------------------------------------------------
   #
   # P A R A M E T E R  P A R S E R
  @@ -1100,56 +1054,6 @@
   
   url.case.folding=lower
   
  -# -------------------------------------------------------------------
  -#
  -#  C O M P O N E N T   S E R V I C E
  -#
  -# -------------------------------------------------------------------
  -# Components implementing the lifecycle interfaces can be loaded,
  -# configured and initialized by Turbine
  -# -------------------------------------------------------------------
  -# THE COMPOINENTSERVICE IS DEPRECATED!!!!
  -# You should use the AvalonComponentService instead!
  -# -------------------------------------------------------------------
  -
  -#
  -# Here you define the names of the various components to load. These
  -# names are used as identifiers later so you can choose them freely. It
  -# is, however, sensible to use the same names as the component projects
  -# that you want to load.
  -#
  -services.ComponentService.name = torque
  -
  -#
  -# This is the class of the component to be loaded.
  -#
  -# It must implement the org.apache.stratum.lifecycle.Initializable and
  -# org.apache.stratum.lifecycle.Configurable interface to be loaded.
  -#
  -# It may implement the org.apache.stratum.lifecycle.Disposable interface.
  -# If it does, the Component is disposed at shutdown (Servlet destroy()) time.
  -#
  -services.ComponentService.torque.classname = org.apache.torque.Torque
  -
  -#
  -# This is the path to the Config file of the Component. It is relative
  -# to the Root of the Application (either the Webroot given by the Servlet
  -# Container or the Root given to TurbineConfig at startup time)
  -#
  -services.ComponentService.torque.config = /WEB-INF/conf/Torque.properties
  -
  -#
  -# Properties can be given directly to Components. This sets the "foo"
  -# property for torque to "bar".
  -#
  -#services.ComponentService.torque.property.foo = bar
  -
  -#
  -# This is an example of how to load Fulcrum as a component
  -#
  -#services.ComponentService.name = fulcrum
  -#services.ComponentService.fulcrum.classname = org.apache.fulcrum.Fulcrum
  -#services.ComponentService.fulcrum.config = /WEB-INF/conf/Fulcrum.properties
   
   # -------------------------------------------------------------------
   #
  @@ -1175,6 +1079,12 @@
   # at startup time
   services.AvalonComponentService.lookup = org.apache.torque.avalon.Torque
   
  +#
  +# If you want to use the facade classes for various Fulcrum components,
  +# you must load the components at startup time
  +#
  +services.AvalonComponentService.lookup = org.apache.fulcrum.localization.LocalizationService
  +services.AvalonComponentService.lookup = org.apache.fulcrum.intake.IntakeService
   
   # -------------------------------------------------------------------
   #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org