CVS update: sierra/src/config

From: cvs@openprivacy.org
Date: Wed Mar 14 2001 - 21:51:20 PST

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

    Date: Wednesday March 14, 19101 @ 21:51
    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/sierra/src/config

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

    Update of /usr/local/cvs/public/sierra/src/config
    In directory giga:/tmp/cvs-serv5105/src/config

    Modified Files:
            sierra.properties
    Log Message:
    refactored interfaces packaqge into components package

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

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

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

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

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

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

    Index: sierra/src/config/sierra.properties
    diff -u sierra/src/config/sierra.properties:1.13 sierra/src/config/sierra.properties:1.14
    --- sierra/src/config/sierra.properties:1.13 Wed Mar 14 00:21:41 2001
    +++ sierra/src/config/sierra.properties Wed Mar 14 21:51:20 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: sierra.properties,v 1.13 2001/03/14 08:21:41 burton Exp $
    +# $Id: sierra.properties,v 1.14 2001/03/15 05:51:20 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -73,7 +73,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.components.Logger
     talon.component.0.talon_implementation=talon.implementation.FileLogger
     talon.component.0.talon_lifetime=singleton
     talon.component.0.talon_description="Default logger responsible for data output with Talon"
    @@ -81,7 +81,7 @@
     #define a PropertyManger component which is actually a PropertyFileManager
     #(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_interface=talon.components.PropertyManager
     talon.component.1.talon_implementation=talon.implementation.PropertyFileManager
     talon.component.1.talon_lifetime=singleton
     talon.component.1.talon_description="PropertyManager store for Talon"
    @@ -92,44 +92,44 @@
     ################################################################################
     
     talon.component.2.talon_name=sierra_nym_builder
    -talon.component.2.talon_interface=org.openprivacy.sierra.nym.talon.interfaces.NymBuilder
    +talon.component.2.talon_interface=org.openprivacy.sierra.nym.talon.components.NymBuilder
     talon.component.2.talon_implementation=org.openprivacy.sierra.nym.talon.implementations.SimpleNymBuilder
     talon.component.2.talon_lifetime=singleton
     talon.component.2.talon_description="Default nym builder for sierra."
     
     talon.component.3.talon_name=sierra_reputation
    -talon.component.3.talon_interface=org.openprivacy.sierra.reputation.talon.interfaces.Reputation
    +talon.component.3.talon_interface=org.openprivacy.sierra.reputation.talon.components.Reputation
     talon.component.3.talon_implementation=org.openprivacy.sierra.reputation.talon.implementations.SimpleReputation
     talon.component.3.talon_lifetime=demand
     talon.component.3.talon_description="Default Reputation object for sierra."
     
     talon.component.4.talon_name=sierra_payload
    -talon.component.4.talon_interface=org.openprivacy.sierra.reputation.talon.interfaces.Payload
    +talon.component.4.talon_interface=org.openprivacy.sierra.reputation.talon.components.Payload
     talon.component.4.talon_implementation=org.openprivacy.sierra.reputation.talon.implementations.SimplePayload
     talon.component.4.talon_lifetime=demand
     talon.component.4.talon_description="Default Payload object for sierra."
     
     talon.component.5.talon_name=sierra_store_manager
    -talon.component.5.talon_interface=org.openprivacy.sierra.store.talon.interfaces.StoreManager
    +talon.component.5.talon_interface=org.openprivacy.sierra.store.talon.components.StoreManager
     talon.component.5.talon_implementation=org.openprivacy.sierra.store.talon.implementations.simple.SimpleStoreManager
     talon.component.5.talon_lifetime=singleton
     talon.component.5.talon_description="Default store manager for sierra."
     
     #FIXME: should this be a channel object???
     talon.component.6.talon_name=sierra_store_engine
    -talon.component.6.talon_interface=org.openprivacy.sierra.store.talon.interfaces.StoreEngine
    +talon.component.6.talon_interface=org.openprivacy.sierra.store.talon.components.StoreEngine
     talon.component.6.talon_implementation=org.openprivacy.sierra.store.talon.implementations.simple.SimpleStoreEngine
     talon.component.6.talon_lifetime=singleton
     talon.component.6.talon_description="Default store manager for sierra."
     
     talon.component.7.talon_name=sierra_rce
    -talon.component.7.talon_interface=org.openprivacy.sierra.rce.talon.interfaces.RCE
    +talon.component.7.talon_interface=org.openprivacy.sierra.rce.talon.components.RCE
     talon.component.7.talon_implementation=org.openprivacy.sierra.rce.talon.implementations.MeanRCE
     talon.component.7.talon_lifetime=singleton
     talon.component.7.talon_description="Default RCE for sierra."
     
     talon.component.8.talon_name=sierra_database_connection_pool
    -talon.component.8.talon_interface=talon.interfaces.DatabaseConnectionPool
    +talon.component.8.talon_interface=talon.components.DatabaseConnectionPool
     talon.component.8.talon_implementation=talon.implementations.SimpleDatabaseConnectionPool
     talon.component.8.talon_lifetime=singleton
     talon.component.8.talon_description="Default RCE for sierra."



    This archive was generated by hypermail 2b30 : Wed Mar 14 2001 - 21:51:52 PST