mcconnell    2003/11/24 14:09:58

  Added:       kernel/impl/conf avalon.properties merlin.properties
  Log:
  Add static defintion of properties for Avalon and Merlin.
  
  Revision  Changes    Path
  1.1                  avalon-sandbox/kernel/impl/conf/avalon.properties
  
  Index: avalon.properties
  ===================================================================
  
  #----------------------------------------------------------------------
  # static defaults for the merlin platform
  #----------------------------------------------------------------------
  
  #
  # The default avalon repository root directory. 
  #
  avalon.home = ${user.home}/.avalon
  
  
  
  1.1                  avalon-sandbox/kernel/impl/conf/merlin.properties
  
  Index: merlin.properties
  ===================================================================
  
  #----------------------------------------------------------------------
  # merlin system properties
  #----------------------------------------------------------------------
  
  #
  # The default merlin system home directory. 
  #
  merlin.home = ${user.home}/.merlin
  
  #
  # The default merlin system repository root directory. 
  #
  merlin.system = ${merlin.home}/system
  
  #
  # The default merlin system configuration root directory. 
  #
  merlin.config = ${merlin.home}/config
  
  #
  # A url to the default location of the merlin kernel 
  # configuration file.
  #
  merlin.kernel = ${merlin.config}/kernel.xml
  
  
  #----------------------------------------------------------------------
  # merlin runtime properties
  #----------------------------------------------------------------------
  
  #
  # The working directory.
  #
  merlin.dir = ${user.dir}
  
  #
  # The partition root directory.  The partition root directory serves as 
  # the root anchor for the establishment of the directory supplied to a 
  # component via the urn:avalon:home context value.
  #
  merlin.context = ${merlin.dir}/home
  
  #
  # The root anchor directory from which extension directory references
  # will be anchored to.
  #
  merlin.ext = ${merlin.dir}/ext
  
  #
  # The info generation policy.  If 'true' a short infomation header is 
  # generated on startup detailing the kernel parameterization state.
  #
  merlin.info = false
  
  #
  # The debug generation policy.  If 'true' all logging channels are 
  # assigned the DEBUG logging priority.
  #
  merlin.debug = false
  
  #
  # The default execution model.  If 'true' the merlin kernel will 
  # continue until expliciy stopped or process termination is invoked.
  # If 'false' the kernel will initiate decommissioning on completion
  # of the deployment phase.
  #
  merlin.server = true
  
  
  
  

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

Reply via email to