You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by st...@apache.org on 2006/12/20 00:18:50 UTC

svn commit: r488852 - in /incubator/qpid/trunk/qpid/dotnet/Qpid.Client: Client/Collections/ Qpid.Client.mdp

Author: steshaw
Date: Tue Dec 19 15:18:48 2006
New Revision: 488852

URL: http://svn.apache.org/viewvc?view=rev&rev=488852
Log:
Removed LinkedHashTable.cs from Qpid.Client project as it is supplied by the Qpid.Common project.
Note that LinkedHashTable.cs was not being compiled by the VS.NET 2005 project as it was not
part of Qpid.Client.csproj.

Removed:
    incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Client/Collections/
Modified:
    incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Qpid.Client.mdp

Modified: incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Qpid.Client.mdp
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Qpid.Client.mdp?view=diff&rev=488852&r1=488851&r2=488852
==============================================================================
--- incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Qpid.Client.mdp (original)
+++ incubator/qpid/trunk/qpid/dotnet/Qpid.Client/Qpid.Client.mdp Tue Dec 19 15:18:48 2006
@@ -15,7 +15,6 @@
   </Configurations>
   <DeployTargets />
   <Contents>
-    <File name="./Client/Collections/LinkedHashtable.cs" subtype="Code" buildaction="Compile" />
     <File name="./Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
     <File name="./qms/failover/FailoverMethod.cs" subtype="Code" buildaction="Compile" />
     <File name="./qms/failover/FailoverRoundRobin.cs" subtype="Code" buildaction="Compile" />