ymikulski    2002/09/25 15:46:57

  Modified:    csframework/src/cs/Configuration AbstractConfiguration.cs
                        ConfigurationCollection.cs
                        ConfigurationException.cs DefaultConfiguration.cs
                        DefaultConfigurationSectionHandler.cs
                        DefaultConfigurationSerializer.cs IConfigurable.cs
                        IConfiguration.cs IReconfigurable.cs
  Log:
  no message
  
  Revision  Changes    Path
  1.3       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/AbstractConfiguration.cs
  
  Index: AbstractConfiguration.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/AbstractConfiguration.cs,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractConfiguration.cs  28 Aug 2002 13:06:13 -0000      1.2
  +++ AbstractConfiguration.cs  25 Sep 2002 22:46:57 -0000      1.3
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   using System.Collections;
   
  
  
  
  1.4       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/ConfigurationCollection.cs
  
  Index: ConfigurationCollection.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/ConfigurationCollection.cs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConfigurationCollection.cs        28 Aug 2002 13:06:13 -0000      1.3
  +++ ConfigurationCollection.cs        25 Sep 2002 22:46:57 -0000      1.4
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   using System.Collections; 
   
  
  
  
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/ConfigurationException.cs
  
  Index: ConfigurationException.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/ConfigurationException.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConfigurationException.cs 13 Aug 2002 13:02:32 -0000      1.1
  +++ ConfigurationException.cs 25 Sep 2002 22:46:57 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Configuration
  
  
  
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/DefaultConfiguration.cs
  
  Index: DefaultConfiguration.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/DefaultConfiguration.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultConfiguration.cs   21 Aug 2002 20:14:31 -0000      1.1
  +++ DefaultConfiguration.cs   25 Sep 2002 22:46:57 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   using System.Collections;
   
  
  
  
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/DefaultConfigurationSectionHandler.cs
  
  Index: DefaultConfigurationSectionHandler.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/DefaultConfigurationSectionHandler.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultConfigurationSectionHandler.cs     10 Sep 2002 15:31:51 -0000      1.1
  +++ DefaultConfigurationSectionHandler.cs     25 Sep 2002 22:46:57 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   
   using System;
   using System.Configuration; 
  
  
  
  1.4       +9 -9      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/DefaultConfigurationSerializer.cs
  
  Index: DefaultConfigurationSerializer.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/DefaultConfigurationSerializer.cs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultConfigurationSerializer.cs 4 Sep 2002 16:11:03 -0000       1.3
  +++ DefaultConfigurationSerializer.cs 25 Sep 2002 22:46:57 -0000      1.4
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   using System.Collections;
   using System.IO;
  @@ -70,7 +70,7 @@
                /// <summary>
                /// Makes a deserialization of a <see cref="DefaultConfiguration"/> 
instance.
                /// </summary>
  -             /// <param name="filename">The name of the file, containing the XML 
document to deserialize.</param>
  +             /// <param name="fileName">The name of the file, containing the XML 
document to deserialize.</param>
                /// <returns>A deserialized <see cref="DefaultConfiguration"/>  
instance.</returns>
                public static DefaultConfiguration Deserialize(string fileName)
                {
  @@ -98,7 +98,7 @@
                {
                        // node deserialization
                        DefaultConfiguration configuration =
  -                              new DefaultConfiguration(node.LocalName, "-", 
node.NamespaceURI, node.Prefix);
  +                             new DefaultConfiguration(node.LocalName, "-", 
node.NamespaceURI, node.Prefix);
                        
                        configuration.Value = node.InnerText;
   
  
  
  
  1.2       +8 -8      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/IConfigurable.cs
  
  Index: IConfigurable.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/IConfigurable.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IConfigurable.cs  13 Aug 2002 13:02:32 -0000      1.1
  +++ IConfigurable.cs  25 Sep 2002 22:46:57 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Configuration
  @@ -20,7 +20,7 @@
        ///     </para>
        /// </summary>
        /// <remarks>
  -     /// Note that this interface is incompatible with <see 
cref="Apache.Avalon.Parameters.IParameterizable"/>.
  +     /// Note that this interface is incompatible with <see 
cref="Apache.Avalon.Parameter.IParameterizable"/>.
        /// </remarks>
        public interface IConfigurable
        {
  
  
  
  1.3       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/IConfiguration.cs
  
  Index: IConfiguration.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/IConfiguration.cs,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IConfiguration.cs 21 Aug 2002 20:14:03 -0000      1.2
  +++ IConfiguration.cs 25 Sep 2002 22:46:57 -0000      1.3
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   using System.Collections;
   
  
  
  
  1.2       +7 -7      
jakarta-avalon-excalibur/csframework/src/cs/Configuration/IReconfigurable.cs
  
  Index: IReconfigurable.cs
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Configuration/IReconfigurable.cs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IReconfigurable.cs        13 Aug 2002 13:02:32 -0000      1.1
  +++ IReconfigurable.cs        25 Sep 2002 22:46:57 -0000      1.2
  @@ -1,10 +1,10 @@
  -///
  -/// Copyright (C) The Apache Software Foundation. All rights reserved.
  -///
  -/// This software is published under the terms of the Apache Software License
  -/// version 1.1, a copy of which has been included  with this distribution in
  -/// the LICENSE.txt file.
  -///
  +//------------------------------------------------------------------------------
  +// Copyright (C) The Apache Software Foundation. All rights reserved.
  +//
  +// This software is published under the terms of the Apache Software License
  +// version 1.1, a copy of which has been included  with this distribution in
  +// the LICENSE.txt file.
  +//------------------------------------------------------------------------------
   using System;
   
   namespace Apache.Avalon.Configuration
  
  
  

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

Reply via email to