hammett     2004/04/19 20:39:37

  Added:       avalon-net/Castle/bin
                        Apache.Avalon.Castle.MicroKernel.Test.dll.config
  Log:
  More test cases. Completed ConfigurationManager and LoggerManager 
implementation. Still a ContextManager to do.
  
  Revision  Changes    Path
  1.1                  
avalon-sandbox/avalon-net/Castle/bin/Apache.Avalon.Castle.MicroKernel.Test.dll.config
  
  Index: Apache.Avalon.Castle.MicroKernel.Test.dll.config
  ===================================================================
  <?xml version="1.0" encoding="utf-8" ?>
  <!--
  // Copyright 2003-2004 The Apache Software Foundation
  // 
  // Licensed under the Apache License, Version 2.0 (the "License");
  // you may not use this file except in compliance with the License.
  // You may obtain a copy of the License at
  // 
  //     http://www.apache.org/licenses/LICENSE-2.0
  // 
  // Unless required by applicable law or agreed to in writing, software
  // distributed under the License is distributed on an "AS IS" BASIS,
  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  // See the License for the specific language governing permissions and
  // limitations under the License.
  -->
  <configuration>
  
        <configSections>
                <section name="castle.container" 
type="Apache.Avalon.Castle.MicroKernel.Subsystems.Configuration.Default.AvalonConfigurationSectionHandler,
 Apache.Avalon.Castle.MicroKernel" />
                <section name="castle.logger" 
type="Apache.Avalon.Castle.MicroKernel.Subsystems.Logger.Default.AvalonLoggerSectionHandler,
 Apache.Avalon.Castle.MicroKernel" />
        </configSections>
        
        <castle.container>
                <component1>
                        <name>johndoe</name>
                        <port>1099</port>
                </component1>
        </castle.container>
  
        <castle.logger>
                <level></level>
                <type></type>
        </castle.logger>
        
  </configuration>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to