CVS update: talon/src/config

From: cvs@openprivacy.org
Date: Sun Feb 11 2001 - 14:02:10 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/docs"

    Date: Sunday February 11, 19101 @ 14:02
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config

    -----------------------------------

    Update of /usr/local/cvs/public/talon/src/config
    In directory giga:/tmp/cvs-serv4717/src/config

    Modified Files:
            talon.properties
    Log Message:
    ug... added some more features necessary for M1. Stupid bug in java.lang.Properties which took a while to fix.

    *****************************************************************
    File: talon/src/config/talon.properties

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config/talon.properties?annotate=1.7

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config/talon.properties?rev=1.7&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config/talon.properties.diff?r1=1.7&r2=1.6

    -----------------------------------

    Index: talon/src/config/talon.properties
    diff -u talon/src/config/talon.properties:1.6 talon/src/config/talon.properties:1.7
    --- talon/src/config/talon.properties:1.6 Fri Feb 9 02:44:13 2001
    +++ talon/src/config/talon.properties Sun Feb 11 14:02:10 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: talon.properties,v 1.6 2001/02/09 10:44:13 burton Exp $
    +# $Id: talon.properties,v 1.7 2001/02/11 22:02:10 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -57,29 +57,31 @@
     ################################################################################
     
     ################################################################################
    -# Register components within Talon. Each component has a reserved set of #
    -# properties that can be registered into the system. The "_interface",
    -# "_classname" and "_lifetime" are required.
    +# Register components within Talon. Each component has a reserved set of
    +# properties that can be registered into the system. which begin with "talon_".
    +# The "talon_interface", "talon_classname" and "talon_lifetime" are required.
     #
    -# _name -> name of this component so that it can be requested by
    -# name.
    -# _interface -> interface classname for component
    -# _implementation -> classname which implements the above interface
    -# _lifetime -> specify the lifetime of this component. This can be
    -# either "singleton" | "channel" | "demand"
    +# talon_name -> name of this component so that it can be requested by
    +# name.
    +# talon_interface -> interface classname for component
    +# talon_implementation -> classname which implements the above interface
    +# talon_lifetime -> specify the lifetime of this component. This can
    +# be either "singleton" | "channel" | "demand"
     #
    -# singleton -> one instance only
    -# demand -> create a new instance every time.
    +# singleton -> one instance only
    +# demand -> create a new instance every time.
     
    -talon.component.0._name=default_logger
    -talon.component.0._interface=talon.interfaces.Logger
    -talon.component.0._implementation=talon.implementation.FileLogger
    -talon.component.0._lifetime=singleton
    +talon.component.0.talon_name=default_logger
    +talon.component.0.talon_interface=talon.interfaces.Logger
    +talon.component.0.talon_implementation=talon.implementations.SimpleLogger
    +talon.component.0.talon_lifetime=singleton
    +talon.component.0.talon_description="Default logger responsible for data output with Talon"
     
     #define a PropertyManger component which is actually a PropertyFileManager
     #(impl) which defines a property named "project"
    -talon.component.1._name=default_property_manager
    -talon.component.1._interface=talon.interfaces.PropertyManager
    -talon.component.1._implementation=talon.implementation.PropertyFileManager
    -talon.component.1._lifetime=singleton
    +talon.component.1.talon_name=default_property_manager
    +talon.component.1.talon_interface=talon.interfaces.PropertyManager
    +talon.component.1.talon_implementation=talon.implementations.PropertyFileManager
    +talon.component.1.talon_lifetime=singleton
    +talon.component.1.talon_description="PropertyManager store for Talon"
     talon.component.1.project=talon



    This archive was generated by hypermail 2b30 : Sun Feb 11 2001 - 14:02:14 PST