CVS update: talon/src/config

From: cvs@openprivacy.org
Date: Thu Feb 08 2001 - 20:18:08 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/src/java/talon/interfaces"

    Date: Thursday February 8, 19101 @ 20:18
    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-serv21939/src/config

    Modified Files:
            talon.properties
    Log Message:
    properties should be importing correctly

    *****************************************************************
    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.5

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config/talon.properties?rev=1.5&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.5&r2=1.4

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

    Index: talon/src/config/talon.properties
    diff -u talon/src/config/talon.properties:1.4 talon/src/config/talon.properties:1.5
    --- talon/src/config/talon.properties:1.4 Wed Feb 7 01:59:33 2001
    +++ talon/src/config/talon.properties Thu Feb 8 20:18:08 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: talon.properties,v 1.4 2001/02/07 09:59:33 burton Exp $
    +# $Id: talon.properties,v 1.5 2001/02/09 04:18:08 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -61,12 +61,15 @@
     # properties that can be registered into the system. The "_interface",
     # "_classname" and "_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"
    -# _name -> name of this component so that it can be requested by
    -# name.
    +# either "singleton" | "channel" | "demand"
    +#
    +# singleton -> one instance only
    +# demand -> create a new instance every time.
     
     talon.component.0._name=default_logger
     talon.component.0._interface=talon.interfaces.Logger
    @@ -79,4 +82,4 @@
     talon.component.1._interface=talon.interfaces.PropertyManager
     talon.component.1._implementation=talon.implementation.PropertyFileManager
     talon.component.1._lifetime=singleton
    -talon.component.1._project=talon
    +talon.component.1.project=talon



    This archive was generated by hypermail 2b30 : Thu Feb 08 2001 - 20:19:10 PST