CVS update: talon/src/config

From: cvs@openprivacy.org
Date: Mon Mar 12 2001 - 23:37:40 PST

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

    Date: Monday March 12, 19101 @ 23:37
    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-serv31800/src/config

    Modified Files:
            talon.properties
    Log Message:
    now trying to determine interfaces for those that are not specified

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

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

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

    Index: talon/src/config/talon.properties
    diff -u talon/src/config/talon.properties:1.8 talon/src/config/talon.properties:1.9
    --- talon/src/config/talon.properties:1.8 Fri Mar 9 16:10:42 2001
    +++ talon/src/config/talon.properties Mon Mar 12 23:37:40 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: talon.properties,v 1.8 2001/03/10 00:10:42 burton Exp $
    +# $Id: talon.properties,v 1.9 2001/03/13 07:37:40 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -72,7 +72,7 @@
     # demand -> create a new instance every time.
     
     talon.component.0.talon_name=default_logger
    -talon.component.0.talon_interface=talon.interfaces.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"
    @@ -81,17 +81,18 @@
     #(impl) which defines a property named "project"
     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_implementation=talon.implementations.FilePropertyManager
     talon.component.1.talon_lifetime=singleton
     talon.component.1.talon_description="PropertyManager store for Talon"
     talon.component.1.project=talon
     
     
    -#This is an example component. DO NOT USE.
    +#THIS IS AN EXAMPLE COMPONENT. DO NOT USE.
     talon.component.2.talon_name=test_component
     talon.component.2.talon_interface=talon.interfaces.TestComponent
     talon.component.2.talon_implementation=talon.implementations.SimpleTestComponent
     talon.component.2.talon_lifetime=singleton
     talon.component.2.talon_description="DO NOT USE"
     talon.component.2.foo=bar
    +
     



    This archive was generated by hypermail 2b30 : Mon Mar 12 2001 - 23:37:49 PST