diff options
author | Robert Greig <rgreig@apache.org> | 2007-01-30 12:49:02 +0000 |
---|---|---|
committer | Robert Greig <rgreig@apache.org> | 2007-01-30 12:49:02 +0000 |
commit | cabfb06a8a21435c96fa1294331b7bd46f4655ff (patch) | |
tree | 616cc8b6975314b0a23710cb33acfd2eba4eae3f | |
parent | 45b41e212c827905f711c188457ed6cdcb97aab3 (diff) | |
download | qpid-python-cabfb06a8a21435c96fa1294331b7bd46f4655ff.tar.gz |
(Patch submitted by Rupert Smith) Release script updated for Sasl module and refactoring of blocking sockets into common.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501391 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | dotnet/release | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotnet/release b/dotnet/release index 65d4a2e7b7..c1e25df10f 100644 --- a/dotnet/release +++ b/dotnet/release @@ -14,9 +14,9 @@ dotNetVersion=$1 releaseName=Qpid.NET-$2-$dotNetVersion if [[ $dotNetVersion == "dotnet11" ]]; then - binDir=Qpid.Client.Tests/bin/FX1_1/Release + binDir=Qpid.Client/bin/FX1_1/Release elif [[ $dotNetVersion == "dotnet20" ]]; then - binDir=qpid.client.tests/bin/Release + binDir=qpid.client/bin/Release elif [[ $dotNetVersion == "mono" ]]; then binDir=build/mono else @@ -25,11 +25,11 @@ fi binFilesToRelease=" Qpid.Buffer.dll - Qpid.Client.Transport.Socket.Blocking.dll Qpid.Client.dll Qpid.Codec.dll Qpid.Common.dll Qpid.Messaging.dll + Qpid.Sasl.dll log4net.dll" filesToRelease=" |