Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 96703 invoked from network); 26 Aug 2008 19:05:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2008 19:05:51 -0000 Received: (qmail 87900 invoked by uid 500); 26 Aug 2008 19:05:49 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 87842 invoked by uid 500); 26 Aug 2008 19:05:49 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 87833 invoked by uid 99); 26 Aug 2008 19:05:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 12:05:49 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 19:05:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AA20423889C4; Tue, 26 Aug 2008 12:05:30 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r689169 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/trunk/ Apache.NMS/trunk/ Apache.NMS/trunk/lib/ Apache.NMS/trunk/lib/mono-2.0/ Apache.NMS/trunk/lib/net-1.1/ Apache.NMS/trunk/lib/net-2.0/ Apache.NMS/trunk/lib/net-3.5/ Apache.NMS/t... Date: Tue, 26 Aug 2008 19:05:30 -0000 To: commits@activemq.apache.org From: jgomes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080826190530.AA20423889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jgomes Date: Tue Aug 26 12:05:29 2008 New Revision: 689169 URL: http://svn.apache.org/viewvc?rev=689169&view=rev Log: Add framework specific versions of the nUnit test framework assembly. Update nunit.framework.dll to 2.4.8. Added: activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/ activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.dll (with props) activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/ activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.dll (with props) activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/ activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.dll (with props) activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/ activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.dll (with props) activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/ activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.dll (with props) Removed: activemq/activemq-dotnet/Apache.NMS/trunk/lib/nunit.framework.dll Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-cf20.csproj activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj activemq/activemq-dotnet/Apache.NMS/trunk/nant.build activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-cf20.csproj activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build?rev=689169&r1=689168&r2=689169&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant.build Tue Aug 26 12:05:29 2008 @@ -34,7 +34,7 @@ value="Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ"/> - + Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-cf20.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-cf20.csproj?rev=689169&r1=689168&r2=689169&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-cf20.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-cf20.csproj Tue Aug 26 12:05:29 2008 @@ -2,7 +2,7 @@ Debug AnyCPU - 9.0.21022 + 9.0.30729 2.0 {B166EC33-6048-4231-BCCA-6C5AE55139A3} Library @@ -46,7 +46,7 @@ full true - build\cf-2.0\release\ + build\netcf-2.0\release\ TRACE;PocketPC, NETCF, NETCF_2_0 true true 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=689169&r1=689168&r2=689169&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 Tue Aug 26 12:05:29 2008 @@ -2,7 +2,7 @@ Debug AnyCPU - 9.0.21022 + 9.0.30729 2.0 {EB943C69-2C9B-45E7-B95B-FB916E7057ED} Library @@ -40,7 +40,7 @@ full - + Added: activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.dll URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.dll?rev=689169&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.dll URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.dll?rev=689169&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.dll URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.dll?rev=689169&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.dll URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.dll?rev=689169&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.dll URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.dll?rev=689169&view=auto ============================================================================== Binary file - no diff available. Propchange: activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant.build?rev=689169&r1=689168&r2=689169&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/trunk/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS/trunk/nant.build Tue Aug 26 12:05:29 2008 @@ -34,7 +34,7 @@ value="Apache NMS (.Net Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers"/> - + Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-cf20.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-cf20.csproj?rev=689169&r1=689168&r2=689169&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-cf20.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-cf20.csproj Tue Aug 26 12:05:29 2008 @@ -2,7 +2,7 @@ Debug AnyCPU - 9.0.21022 + 9.0.30729 2.0 {9C67B162-803E-4765-8A1C-041871E6928C} Library @@ -46,7 +46,7 @@ full true - build\cf-2.0\release\ + build\netcf-2.0\release\ TRACE;PocketPC, NETCF, NETCF_2_0 true true 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=689169&r1=689168&r2=689169&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj Tue Aug 26 12:05:29 2008 @@ -2,7 +2,7 @@ Debug AnyCPU - 9.0.21022 + 9.0.30729 2.0 {2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52} Library @@ -55,7 +55,7 @@ full - +