bloritsch 2003/08/01 08:40:56
Modified: csframework AvalonFramework.build
csframework/src/cs AbstractConfiguration.cs
AbstractLogEnabled.cs Attributes.cs
ConfigurationCollection.cs
ConfigurationException.cs ConsoleLogger.cs
ContainerUtil.cs Converter.cs
DefaultConfiguration.cs
DefaultConfigurationSectionHandler.cs
DefaultConfigurationSerializer.cs
DiagnosticsLogger.cs IConfigurable.cs
IConfiguration.cs IInitializable.cs ILoggable.cs
ILogger.cs ILookupEnabled.cs IServiceManager.cs
IStartable.cs ISuspendable.cs Log4netLogger.cs
NullLogger.cs RuntimeSerializer.cs
ServiceException.cs cs.csproj
csframework/src/test AbstractConfigurationTestCase.cs
AttributesTestCase.cs
ConfigurationCollectionTestCase.cs
ConfigurationExceptionTestCase.cs
DefaultConfigurationTestCase.cs
ServiceExceptionTestCase.cs
Log:
update the namespace to the standard that looks like it will stick
Revision Changes Path
1.13 +1 -1 avalon-sandbox/csframework/AvalonFramework.build
Index: AvalonFramework.build
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/AvalonFramework.build,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- AvalonFramework.build 27 Jun 2003 13:25:23 -0000 1.12
+++ AvalonFramework.build 1 Aug 2003 15:40:55 -0000 1.13
@@ -87,7 +87,7 @@
</target>
<target name="clean" description="Clean up after ourselves">
- <delete verbose="true">
+ <delete>
<fileset defaultexcludes="false">
<includes name="*.pdb"/>
<includes name="*.dll"/>
1.2 +2 -2 avalon-sandbox/csframework/src/cs/AbstractConfiguration.cs
Index: AbstractConfiguration.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/AbstractConfiguration.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AbstractConfiguration.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ AbstractConfiguration.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -49,9 +49,9 @@
using System;
using System.Collections;
-using Apache.AvalonFramework;
+using Apache.Avalon.Framework;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// This is an abstract <see cref="IConfiguration"/> implementation
1.3 +1 -1 avalon-sandbox/csframework/src/cs/AbstractLogEnabled.cs
Index: AbstractLogEnabled.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/AbstractLogEnabled.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractLogEnabled.cs 30 Jul 2003 19:25:36 -0000 1.2
+++ AbstractLogEnabled.cs 1 Aug 2003 15:40:55 -0000 1.3
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Utility class to allow construction of easy components
1.8 +1 -1 avalon-sandbox/csframework/src/cs/Attributes.cs
Index: Attributes.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/Attributes.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Attributes.cs 30 Jul 2003 19:25:36 -0000 1.7
+++ Attributes.cs 1 Aug 2003 15:40:55 -0000 1.8
@@ -47,7 +47,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
///<summary>
1.2 +1 -1 avalon-sandbox/csframework/src/cs/ConfigurationCollection.cs
Index: ConfigurationCollection.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ConfigurationCollection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConfigurationCollection.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ ConfigurationCollection.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -49,7 +49,7 @@
using System;
using System.Collections;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// A collection of <see cref="IConfiguration"/> objects.
1.2 +1 -1 avalon-sandbox/csframework/src/cs/ConfigurationException.cs
Index: ConfigurationException.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ConfigurationException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConfigurationException.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ ConfigurationException.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -49,7 +49,7 @@
using System;
using System.Runtime.Serialization;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// Thrown when a Configurable component cannot be configured
1.2 +1 -1 avalon-sandbox/csframework/src/cs/ConsoleLogger.cs
Index: ConsoleLogger.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ConsoleLogger.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConsoleLogger.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ ConsoleLogger.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Logger sending everything to the standard output streams.
1.3 +1 -1 avalon-sandbox/csframework/src/cs/ContainerUtil.cs
Index: ContainerUtil.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ContainerUtil.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContainerUtil.cs 1 Aug 2003 13:42:09 -0000 1.2
+++ ContainerUtil.cs 1 Aug 2003 15:40:55 -0000 1.3
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// Utility class that makes it easier to transfer
1.2 +1 -1 avalon-sandbox/csframework/src/cs/Converter.cs
Index: Converter.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/Converter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Converter.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ Converter.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
internal class Converter
{
1.2 +1 -1 avalon-sandbox/csframework/src/cs/DefaultConfiguration.cs
Index: DefaultConfiguration.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/DefaultConfiguration.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DefaultConfiguration.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ DefaultConfiguration.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -50,7 +50,7 @@
using System.Collections;
using System.Runtime.Serialization;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// This is the default <see cref="IConfiguration"/> implementation.
1.2 +1 -1
avalon-sandbox/csframework/src/cs/DefaultConfigurationSectionHandler.cs
Index: DefaultConfigurationSectionHandler.cs
===================================================================
RCS file:
/home/cvs/avalon-sandbox/csframework/src/cs/DefaultConfigurationSectionHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DefaultConfigurationSectionHandler.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ DefaultConfigurationSectionHandler.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -51,7 +51,7 @@
using System.Configuration;
using System.Xml;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// This section handler interprets and processes the settings defined in XML
tags
1.2 +1 -1
avalon-sandbox/csframework/src/cs/DefaultConfigurationSerializer.cs
Index: DefaultConfigurationSerializer.cs
===================================================================
RCS file:
/home/cvs/avalon-sandbox/csframework/src/cs/DefaultConfigurationSerializer.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DefaultConfigurationSerializer.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ DefaultConfigurationSerializer.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -51,7 +51,7 @@
using System.IO;
using System.Xml;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// A Serializer/Deserializer of a <see cref="DefaultConfiguration"/>.
1.2 +1 -1 avalon-sandbox/csframework/src/cs/DiagnosticsLogger.cs
Index: DiagnosticsLogger.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/DiagnosticsLogger.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DiagnosticsLogger.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ DiagnosticsLogger.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -49,7 +49,7 @@
using System;
using System.Diagnostics;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Logger using standart Diagnostics namespace.
1.2 +1 -1 avalon-sandbox/csframework/src/cs/IConfigurable.cs
Index: IConfigurable.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/IConfigurable.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IConfigurable.cs 30 Jul 2003 19:27:24 -0000 1.1
+++ IConfigurable.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -1,6 +1,6 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
///<summary>
1.2 +1 -1 avalon-sandbox/csframework/src/cs/IConfiguration.cs
Index: IConfiguration.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/IConfiguration.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IConfiguration.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ IConfiguration.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -49,7 +49,7 @@
using System;
using System.Collections;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// <see cref="IConfiguration"/> is a interface encapsulating a configuration
node
1.2 +1 -1 avalon-sandbox/csframework/src/cs/IInitializable.cs
Index: IInitializable.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/IInitializable.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IInitializable.cs 1 Aug 2003 13:42:09 -0000 1.1
+++ IInitializable.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Initializable interface is used by components that need to allocate
1.3 +1 -1 avalon-sandbox/csframework/src/cs/ILoggable.cs
Index: ILoggable.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ILoggable.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ILoggable.cs 1 Aug 2003 13:42:09 -0000 1.2
+++ ILoggable.cs 1 Aug 2003 15:40:55 -0000 1.3
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// Components that need to log can implement this interface
1.2 +1 -1 avalon-sandbox/csframework/src/cs/ILogger.cs
Index: ILogger.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ILogger.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ILogger.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ ILogger.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// This is a facade for the different logging subsystems.
1.2 +1 -1 avalon-sandbox/csframework/src/cs/ILookupEnabled.cs
Index: ILookupEnabled.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ILookupEnabled.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ILookupEnabled.cs 30 Jul 2003 19:27:24 -0000 1.1
+++ ILookupEnabled.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -47,7 +47,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// A Serviceable is a class that need to connect to software components
1.3 +1 -1 avalon-sandbox/csframework/src/cs/IServiceManager.cs
Index: IServiceManager.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/IServiceManager.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IServiceManager.cs 30 Jul 2003 19:25:36 -0000 1.2
+++ IServiceManager.cs 1 Aug 2003 15:40:55 -0000 1.3
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// A <c>ILookupManager</c> selects components based on a
1.2 +1 -1 avalon-sandbox/csframework/src/cs/IStartable.cs
Index: IStartable.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/IStartable.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IStartable.cs 1 Aug 2003 13:42:09 -0000 1.1
+++ IStartable.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Startable interface is used when components need to be "running" to
1.2 +1 -1 avalon-sandbox/csframework/src/cs/ISuspendable.cs
Index: ISuspendable.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ISuspendable.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ISuspendable.cs 1 Aug 2003 13:42:09 -0000 1.1
+++ ISuspendable.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Suspendable interface is used when a component will need to
1.2 +1 -1 avalon-sandbox/csframework/src/cs/Log4netLogger.cs
Index: Log4netLogger.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/Log4netLogger.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Log4netLogger.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ Log4netLogger.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -49,7 +49,7 @@
using System;
using log4net;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The default log4net wrapper class for Logger.
1.2 +1 -1 avalon-sandbox/csframework/src/cs/NullLogger.cs
Index: NullLogger.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/NullLogger.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NullLogger.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ NullLogger.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -48,7 +48,7 @@
using System;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Null Logger class. This is useful for implementations where you
need
1.2 +1 -1 avalon-sandbox/csframework/src/cs/RuntimeSerializer.cs
Index: RuntimeSerializer.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/RuntimeSerializer.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RuntimeSerializer.cs 27 Jun 2003 20:52:02 -0000 1.1
+++ RuntimeSerializer.cs 1 Aug 2003 15:40:55 -0000 1.2
@@ -50,7 +50,7 @@
using System.Collections;
using System.Runtime.Serialization;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// Utility class that makes it easier to serialize objects.
1.3 +1 -1 avalon-sandbox/csframework/src/cs/ServiceException.cs
Index: ServiceException.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/ServiceException.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ServiceException.cs 30 Jul 2003 19:25:36 -0000 1.2
+++ ServiceException.cs 1 Aug 2003 15:40:55 -0000 1.3
@@ -49,7 +49,7 @@
using System;
using System.Runtime.Serialization;
-namespace Apache.AvalonFramework
+namespace Apache.Avalon.Framework
{
/// <summary>
/// The Exception thrown to indicate a problem with service.
1.4 +15 -0 avalon-sandbox/csframework/src/cs/cs.csproj
Index: cs.csproj
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/cs/cs.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cs.csproj 1 Aug 2003 13:42:09 -0000 1.3
+++ cs.csproj 1 Aug 2003 15:40:55 -0000 1.4
@@ -168,6 +168,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "IInitializable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "ILoggable.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -184,6 +189,16 @@
/>
<File
RelPath = "IServiceManager.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "IStartable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ISuspendable.cs"
SubType = "Code"
BuildAction = "Compile"
/>
1.4 +2 -2
avalon-sandbox/csframework/src/test/AbstractConfigurationTestCase.cs
Index: AbstractConfigurationTestCase.cs
===================================================================
RCS file:
/home/cvs/avalon-sandbox/csframework/src/test/AbstractConfigurationTestCase.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractConfigurationTestCase.cs 27 Jun 2003 20:52:03 -0000 1.3
+++ AbstractConfigurationTestCase.cs 1 Aug 2003 15:40:56 -0000 1.4
@@ -48,10 +48,10 @@
using System;
using System.Collections;
-using Apache.AvalonFramework;
+using Apache.Avalon.Framework;
using NUnit.Framework;
-namespace Apache.AvalonFramework.Test
+namespace Apache.Avalon.Framework.Test
{
public abstract class AbstractConfigurationTest
{
1.5 +2 -2 avalon-sandbox/csframework/src/test/AttributesTestCase.cs
Index: AttributesTestCase.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/test/AttributesTestCase.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- AttributesTestCase.cs 27 Jun 2003 13:41:32 -0000 1.4
+++ AttributesTestCase.cs 1 Aug 2003 15:40:56 -0000 1.5
@@ -47,9 +47,9 @@
using System;
using NUnit.Framework;
-using Apache.AvalonFramework;
+using Apache.Avalon.Framework;
-namespace Apache.AvalonFramework.Test
+namespace Apache.Avalon.Framework.Test
{
[TestFixture]
1.4 +2 -2
avalon-sandbox/csframework/src/test/ConfigurationCollectionTestCase.cs
Index: ConfigurationCollectionTestCase.cs
===================================================================
RCS file:
/home/cvs/avalon-sandbox/csframework/src/test/ConfigurationCollectionTestCase.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfigurationCollectionTestCase.cs 27 Jun 2003 20:52:03 -0000 1.3
+++ ConfigurationCollectionTestCase.cs 1 Aug 2003 15:40:56 -0000 1.4
@@ -49,9 +49,9 @@
using System;
using System.Collections;
using NUnit.Framework;
-using Apache.AvalonFramework;
+using Apache.Avalon.Framework;
-namespace Apache.AvalonFramework.Test
+namespace Apache.Avalon.Framework.Test
{
[TestFixture]
public class ConfigurationCollectionTest
1.4 +2 -2
avalon-sandbox/csframework/src/test/ConfigurationExceptionTestCase.cs
Index: ConfigurationExceptionTestCase.cs
===================================================================
RCS file:
/home/cvs/avalon-sandbox/csframework/src/test/ConfigurationExceptionTestCase.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfigurationExceptionTestCase.cs 27 Jun 2003 20:52:03 -0000 1.3
+++ ConfigurationExceptionTestCase.cs 1 Aug 2003 15:40:56 -0000 1.4
@@ -49,9 +49,9 @@
using System;
using System.Runtime.Serialization;
using NUnit.Framework;
-using Apache.AvalonFramework;
+using Apache.Avalon.Framework;
-namespace Apache.AvalonFramework.Test
+namespace Apache.Avalon.Framework.Test
{
[TestFixture]
public class ConfigurationExceptionTest
1.4 +2 -2
avalon-sandbox/csframework/src/test/DefaultConfigurationTestCase.cs
Index: DefaultConfigurationTestCase.cs
===================================================================
RCS file:
/home/cvs/avalon-sandbox/csframework/src/test/DefaultConfigurationTestCase.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DefaultConfigurationTestCase.cs 27 Jun 2003 20:52:03 -0000 1.3
+++ DefaultConfigurationTestCase.cs 1 Aug 2003 15:40:56 -0000 1.4
@@ -49,10 +49,10 @@
using System;
using System.Collections;
using System.Runtime.Serialization;
-using Apache.AvalonFramework;
+using Apache.Avalon.Framework;
using NUnit.Framework;
-namespace Apache.AvalonFramework.Test
+namespace Apache.Avalon.Framework.Test
{
[TestFixture]
public class DefaultConfigurationTest: AbstractConfigurationTest
1.5 +2 -2 avalon-sandbox/csframework/src/test/ServiceExceptionTestCase.cs
Index: ServiceExceptionTestCase.cs
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/src/test/ServiceExceptionTestCase.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ServiceExceptionTestCase.cs 1 Aug 2003 13:42:09 -0000 1.4
+++ ServiceExceptionTestCase.cs 1 Aug 2003 15:40:56 -0000 1.5
@@ -49,9 +49,9 @@
using System;
using System.Runtime.Serialization;
using NUnit.Framework;
-using Apache.AvalonFramework;
+using Apache.Avalon.Framework;
-namespace Apache.AvalonFramework.Test
+namespace Apache.Avalon.Framework.Test
{
[TestFixture]
public class LookupExceptionTest
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]