You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/03/25 00:55:06 UTC

svn commit: r927232 - in /qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel: ./ WCFToWCFDirect/Client/ WCFToWCFDirect/Service/ WCFToWCFPubSub/Another_Topic_Consumer/ WCFToWCFPubSub/Topic_Consumer/ WCFToWCFPubSub/Topic_Producer/

Author: shuston
Date: Wed Mar 24 23:55:06 2010
New Revision: 927232

URL: http://svn.apache.org/viewvc?rev=927232&view=rev
Log:
Add another HintPath for the WCF Channel DLLs; resolves QPID-2468. Merged out from trunk r927229

Modified:
    qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/   (props changed)
    qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj
    qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj
    qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj
    qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj
    qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj

Propchange: qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Mar 24 23:55:06 2010
@@ -0,0 +1,3 @@
+/qpid/branches/0.5.x-dev/qpid/wcf/samples/Channel:892761
+/qpid/branches/java-network-refactor/qpid/wcf/samples/Channel:805429-825319
+/qpid/trunk/qpid/wcf/samples/Channel:927229

Modified: qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj?rev=927232&r1=927231&r2=927232&view=diff
==============================================================================
--- qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj (original)
+++ qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Client/Client.csproj Wed Mar 24 23:55:06 2010
@@ -52,6 +52,7 @@ under the License.
     <Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+      <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core">

Modified: qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj?rev=927232&r1=927231&r2=927232&view=diff
==============================================================================
--- qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj (original)
+++ qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFDirect/Service/Service.csproj Wed Mar 24 23:55:06 2010
@@ -52,6 +52,7 @@ under the License.
     <Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+      <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core">

Modified: qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj?rev=927232&r1=927231&r2=927232&view=diff
==============================================================================
--- qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj (original)
+++ qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Another_Topic_Consumer/Another_Topic_Consumer.csproj Wed Mar 24 23:55:06 2010
@@ -52,6 +52,7 @@ under the License.
     <Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+      <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core">

Modified: qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj?rev=927232&r1=927231&r2=927232&view=diff
==============================================================================
--- qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj (original)
+++ qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Consumer/Topic_Consumer.csproj Wed Mar 24 23:55:06 2010
@@ -52,6 +52,7 @@ under the License.
     <Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+      <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core">

Modified: qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj?rev=927232&r1=927231&r2=927232&view=diff
==============================================================================
--- qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj (original)
+++ qpid/branches/0.6-release-windows-installer/qpid/wcf/samples/Channel/WCFToWCFPubSub/Topic_Producer/Topic_Producer.csproj Wed Mar 24 23:55:06 2010
@@ -52,6 +52,7 @@ under the License.
     <Reference Include="Apache.Qpid.Channel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\Apache.Qpid.Channel.dll</HintPath>
+      <HintPath>..\..\..\..\bin\Apache.Qpid.Channel.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core">



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org