You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/10/29 23:32:58 UTC

svn commit: r831125 - in /activemq/activemq-dotnet/Apache.NMS/trunk: vs2008-nms-test.csproj vs2008-nms.csproj

Author: tabish
Date: Thu Oct 29 22:32:58 2009
New Revision: 831125

URL: http://svn.apache.org/viewvc?rev=831125&view=rev
Log:
Add missing files to Windows Project

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj?rev=831125&r1=831124&r2=831125&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj Thu Oct 29 22:32:58 2009
@@ -100,6 +100,7 @@
     <Compile Include="src\test\csharp\MessageSelectorTest.cs" />
     <Compile Include="src\test\csharp\NmsTracer.cs" />
     <Compile Include="src\test\csharp\PrimitiveMapTest.cs" />
+    <Compile Include="src\test\csharp\RedeliveryPolicyTest.cs" />
     <Compile Include="src\test\csharp\StreamMessageTest.cs" />
     <Compile Include="src\test\csharp\TempDestinationDeletionTest.cs" />
     <Compile Include="src\test\csharp\TempDestinationTest.cs" />

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj?rev=831125&r1=831124&r2=831125&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj Thu Oct 29 22:32:58 2009
@@ -64,6 +64,7 @@
     <Compile Include="src\main\csharp\IPrimitiveMap.cs" />
     <Compile Include="src\main\csharp\IQueue.cs" />
     <Compile Include="src\main\csharp\IQueueBrowser.cs" />
+    <Compile Include="src\main\csharp\IRedeliveryPolicy.cs" />
     <Compile Include="src\main\csharp\ISession.cs" />
     <Compile Include="src\main\csharp\IStartable.cs" />
     <Compile Include="src\main\csharp\IStoppable.cs" />
@@ -82,6 +83,7 @@
     <Compile Include="src\main\csharp\NMSException.cs" />
     <Compile Include="src\main\csharp\NMSConnectionFactory.cs" />
     <Compile Include="src\main\csharp\NMSSecurityException.cs" />
+    <Compile Include="src\main\csharp\policies\RedeliveryPolicy.cs" />
     <Compile Include="src\main\csharp\ResourceAllocationException.cs" />
     <Compile Include="src\main\csharp\Tracer.cs" />
     <Compile Include="src\main\csharp\TransactionInProgressException.cs" />