Author: tomasr
Date: Fri Jul 27 19:35:41 2007
New Revision: 560471
URL: http://svn.apache.org/viewvc?view=rev&rev=560471
Log:
Removed using directives causing compilation failure in .NET 1.1
Modified:
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/InteropClientTestCase.cs
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase1DummyRun.cs
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase2BasicP2P.cs
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase3BasicPubSub.cs
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestClient.cs
Modified:
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/InteropClientTestCase.cs
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/InteropClientTestCase.cs?view=diff&rev=560471&r1=560470&r2=560471
==============================================================================
---
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/InteropClientTestCase.cs
(original)
+++
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/InteropClientTestCase.cs
Fri Jul 27 19:35:41 2007
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using System.Text;
using Apache.Qpid.Messaging;
Modified:
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase1DummyRun.cs
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase1DummyRun.cs?view=diff&rev=560471&r1=560470&r2=560471
==============================================================================
---
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase1DummyRun.cs
(original)
+++
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase1DummyRun.cs
Fri Jul 27 19:35:41 2007
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using System.Text;
using log4net;
using Apache.Qpid.Messaging;
Modified:
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase2BasicP2P.cs
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase2BasicP2P.cs?view=diff&rev=560471&r1=560470&r2=560471
==============================================================================
---
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase2BasicP2P.cs
(original)
+++
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase2BasicP2P.cs
Fri Jul 27 19:35:41 2007
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using System.Text;
using log4net;
using Apache.Qpid.Messaging;
Modified:
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase3BasicPubSub.cs
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase3BasicPubSub.cs?view=diff&rev=560471&r1=560470&r2=560471
==============================================================================
---
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase3BasicPubSub.cs
(original)
+++
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase3BasicPubSub.cs
Fri Jul 27 19:35:41 2007
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using System.Text;
using log4net;
using Apache.Qpid.Messaging;
Modified:
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestClient.cs
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestClient.cs?view=diff&rev=560471&r1=560470&r2=560471
==============================================================================
--- incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestClient.cs
(original)
+++ incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestClient.cs
Fri Jul 27 19:35:41 2007
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using System.Collections;
using System.Text;
using Apache.Qpid.Messaging;