Author: tabish
Date: Wed Nov 3 21:22:42 2010
New Revision: 1030696
URL: http://svn.apache.org/viewvc?rev=1030696&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQNET-290
forgot to add the System.Transactions reference to the projects.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj?rev=1030696&r1=1030695&r2=1030696&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
Wed Nov 3 21:22:42 2010
@@ -56,6 +56,7 @@
<HintPath>lib\NUnit\net-2.0\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
+ <Reference Include="System.Transactions" />
</ItemGroup>
<ItemGroup>
<Compile Include="src\test\csharp\AMQQueueTransactionTest.cs" />
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj?rev=1030696&r1=1030695&r2=1030696&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
Wed Nov 3 21:22:42 2010
@@ -65,6 +65,7 @@
<HintPath>lib\DotNetZip\net-2.0\Ionic.Zlib.dll</HintPath>
</Reference>
<Reference Include="System" />
+ <Reference Include="System.Transactions" />
</ItemGroup>
<ItemGroup>
<Compile Include="src\main\csharp\BrokerException.cs">