From 8cfc8befef86eca3686fd2c6720da03fb587ec6c Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 14 Jan 2008 10:50:28 +0000 Subject: Qpid-725 missing config file with option for 0.7. Support for 0.7 option has been removed so the config file is no longer needed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611758 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Client.Tests/Qpid.Common.DLL.config | 5 ---- dotnet/Qpid.Client.Tests/default.build | 32 ++++++++++-------------- dotnet/Qpid.Common/Framing/ProtocolInitiation.cs | 5 +++- 3 files changed, 17 insertions(+), 25 deletions(-) delete mode 100644 dotnet/Qpid.Client.Tests/Qpid.Common.DLL.config diff --git a/dotnet/Qpid.Client.Tests/Qpid.Common.DLL.config b/dotnet/Qpid.Client.Tests/Qpid.Common.DLL.config deleted file mode 100644 index e1300549d7..0000000000 --- a/dotnet/Qpid.Client.Tests/Qpid.Common.DLL.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dotnet/Qpid.Client.Tests/default.build b/dotnet/Qpid.Client.Tests/default.build index d1b1496a8b..2affead984 100644 --- a/dotnet/Qpid.Client.Tests/default.build +++ b/dotnet/Qpid.Client.Tests/default.build @@ -1,32 +1,26 @@ - + - + define="${build.defines}" + warnaserror="false" debug="${build.debug}" + output="${build.dir}/${project::get-name()}.Tests.dll"> + - - - - - - + + + + + + - - + + diff --git a/dotnet/Qpid.Common/Framing/ProtocolInitiation.cs b/dotnet/Qpid.Common/Framing/ProtocolInitiation.cs index a9f5697144..5407bc08d5 100644 --- a/dotnet/Qpid.Common/Framing/ProtocolInitiation.cs +++ b/dotnet/Qpid.Common/Framing/ProtocolInitiation.cs @@ -52,12 +52,15 @@ namespace Apache.Qpid.Framing static ProtocolInitiation() { AssemblySettings settings = new AssemblySettings(); + + /* string openAMQ = settings["OpenAMQ1d4Compatibility"]; if (openAMQ.Equals("true")) { _log.Warn("Starting in OpenAMQ-1.0d4 compatibility mode. ProtocolMajorVersion is 7 and Basic.Qos will not be sent."); CURRENT_PROTOCOL_VERSION_MAJOR = 7; - } + } + */ } public uint Size -- cgit v1.2.1