CVS update: talon/src/config

From: cvs@openprivacy.org
Date: Wed Feb 07 2001 - 00:17:14 PST

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

    Date: Wednesday February 7, 19101 @ 0:17
    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-serv11129/src/config

    Modified Files:
            talon.properties
    Log Message:
    needed to have smarter property management so that we can serve default components

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

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

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

    Index: talon/src/config/talon.properties
    diff -u talon/src/config/talon.properties:1.2 talon/src/config/talon.properties:1.3
    --- talon/src/config/talon.properties:1.2 Thu Jan 25 11:05:17 2001
    +++ talon/src/config/talon.properties Wed Feb 7 00:17:14 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: talon.properties,v 1.2 2001/01/25 19:05:17 burton Exp $
    +# $Id: talon.properties,v 1.3 2001/02/07 08:17:14 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -56,11 +56,13 @@
     # OPTIONAL PROPERTIES #
     ################################################################################
     
    -talon.component.interface.0=talon.interfaces.Logger
    -talon.component.classname.0=talon.implementation.FileLogger
    +talon.component.0.interface=talon.interfaces.Logger
    +talon.component.0.classname=talon.implementation.FileLogger
    +talon.component.0.lifetime=singleton
     
    -
     #define a PropertyManger component which is actually a PropertyFileManager
     #(impl) which defines a property named "project"
    -talon.component.interface.1=talon.interfaces.PropertyManager
    -talon.component.classname.1=talon.implementation.PropertyFileManager
    +talon.component.1.interface=talon.interfaces.PropertyManager
    +talon.component.1.classname=talon.implementation.PropertyFileManager
    +talon.component.1.lifetime=singleton
    +talon.component.1.project=talon



    This archive was generated by hypermail 2b30 : Wed Feb 07 2001 - 00:17:46 PST