CVS update: talon/src/config

From: cvs@openprivacy.org
Date: Fri Mar 09 2001 - 16:10:42 PST

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

    Date: Friday March 9, 19101 @ 16:10
    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-serv17970/src/config

    Modified Files:
            talon.properties
    Log Message:
    reworked component initialization. ...

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

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

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

    Index: talon/src/config/talon.properties
    diff -u talon/src/config/talon.properties:1.7 talon/src/config/talon.properties:1.8
    --- talon/src/config/talon.properties:1.7 Sun Feb 11 14:02:10 2001
    +++ talon/src/config/talon.properties Fri Mar 9 16:10:42 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: talon.properties,v 1.7 2001/02/11 22:02:10 burton Exp $
    +# $Id: talon.properties,v 1.8 2001/03/10 00:10:42 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -85,3 +85,13 @@
     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.
    +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 : Fri Mar 09 2001 - 16:11:45 PST