quintonm    2003/01/05 18:53:38

  Modified:    conf     TurbineResources.properties
               conf/master TurbineResources.master
  Log:
  Added more documentation on settings.
  
  Revision  Changes    Path
  1.26      +25 -4     jakarta-turbine-2/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/TurbineResources.properties,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- TurbineResources.properties       6 Jan 2003 02:14:18 -0000       1.25
  +++ TurbineResources.properties       6 Jan 2003 02:53:38 -0000       1.26
  @@ -170,11 +170,15 @@
   
   default.doctype=Html40Transitional
   
  -# This is the default action to log a user in.
  +# This is the default action to log a user in.  If you write your own 
  +# implementation of the login action, make sure that you change this 
  +# to reflect the new name.  
   
   action.login=LoginUser
   
  -# This is the default action to log a user out.
  +# This is the default action to log a user out. If you write your own 
  +# implementation of the logout action, make sure that you change this 
  +# to reflect the new name.  
   
   action.logout=LogoutUser
   
  @@ -487,6 +491,10 @@
   #services.VelocityService.input.encoding=UTF-8
   services.VelocityService.velocimacro.library = GlobalMacros.vm
   
  +# Set the following line to true to cause velocity to automatically reload
  +# library macro files if they change.  This is useful for debugging.
  +services.VelocityService.velocimacro.library.autoreload = false
  +
   services.VelocityService.resource.loader = file
   services.VelocityService.file.resource.loader.description = Velocity File Resource 
Loader
   services.VelocityService.file.resource.loader.class = 
org.apache.velocity.runtime.resource.loader.FileResourceLoader
  @@ -921,9 +929,22 @@
   
   # The location of the xml file specifying valid inputs
   #
  -# Example: org.foo.bar.MyClassLoader, org.ack.joe.YourClassLoader
  +# 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
   
   #--------------------------------------------------------------------
   #
  
  
  
  1.25      +25 -4     jakarta-turbine-2/conf/master/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/master/TurbineResources.master,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- TurbineResources.master   6 Jan 2003 02:14:19 -0000       1.24
  +++ TurbineResources.master   6 Jan 2003 02:53:38 -0000       1.25
  @@ -170,11 +170,15 @@
   
   default.doctype=Html40Transitional
   
  -# This is the default action to log a user in.
  +# This is the default action to log a user in.  If you write your own 
  +# implementation of the login action, make sure that you change this 
  +# to reflect the new name.  
   
   action.login=@ACTION_LOGIN@
   
  -# This is the default action to log a user out.
  +# This is the default action to log a user out. If you write your own 
  +# implementation of the logout action, make sure that you change this 
  +# to reflect the new name.  
   
   action.logout=@ACTION_LOGOUT@
   
  @@ -487,6 +491,10 @@
   #services.VelocityService.input.encoding=UTF-8
   services.VelocityService.velocimacro.library = GlobalMacros.vm
   
  +# Set the following line to true to cause velocity to automatically reload
  +# library macro files if they change.  This is useful for debugging.
  +services.VelocityService.velocimacro.library.autoreload = false
  +
   services.VelocityService.resource.loader = file
   services.VelocityService.file.resource.loader.description = Velocity File Resource 
Loader
   services.VelocityService.file.resource.loader.class = 
org.apache.velocity.runtime.resource.loader.FileResourceLoader
  @@ -921,9 +929,22 @@
   
   # The location of the xml file specifying valid inputs
   #
  -# Example: org.foo.bar.MyClassLoader, org.ack.joe.YourClassLoader
  +# 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
   
   #--------------------------------------------------------------------
   #
  
  
  

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

Reply via email to