Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 50506 invoked from network); 12 Nov 2008 00:26:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 00:26:14 -0000 Received: (qmail 84704 invoked by uid 500); 12 Nov 2008 00:26:14 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 84667 invoked by uid 500); 12 Nov 2008 00:26:14 -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 84657 invoked by uid 99); 12 Nov 2008 00:26:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 16:26:14 -0800 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; Wed, 12 Nov 2008 00:24:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D299E238895D; Tue, 11 Nov 2008 16:25:07 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r713227 - in /activemq/activemq-dotnet: Apache.NMS.EMS/trunk/ Apache.NMS.EMS/trunk/src/main/csharp/ Apache.NMS.EMS/trunk/src/test/csharp/ Apache.NMS.MSMQ/trunk/ Date: Wed, 12 Nov 2008 00:25:06 -0000 To: commits@activemq.apache.org From: jgomes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081112002507.D299E238895D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jgomes Date: Tue Nov 11 16:25:05 2008 New Revision: 713227 URL: http://svn.apache.org/viewvc?rev=713227&view=rev Log: Fix copy/paste typo. Update project references. Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/main/csharp/CommonAssemblyInfo.cs activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/CommonAssemblyInfo.cs activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq.csproj Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build?rev=713227&r1=713226&r2=713227&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build Tue Nov 11 16:25:05 2008 @@ -30,8 +30,8 @@ - - + + @@ -64,10 +64,10 @@ value="nunit.framework.dll,nunit.framework.extensions.dll" /> - - - - + + + Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/main/csharp/CommonAssemblyInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/main/csharp/CommonAssemblyInfo.cs?rev=713227&r1=713226&r2=713227&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/main/csharp/CommonAssemblyInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/main/csharp/CommonAssemblyInfo.cs Tue Nov 11 16:25:05 2008 @@ -23,6 +23,6 @@ [assembly: AssemblyCopyrightAttribute("Copyright (C) 2005-2008 Apache Software Foundation")] [assembly: AssemblyTrademarkAttribute("")] [assembly: AssemblyCultureAttribute("")] -[assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: AssemblyVersionAttribute("1.1.0")] +[assembly: AssemblyInformationalVersionAttribute("1.1.0")] Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/CommonAssemblyInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/CommonAssemblyInfo.cs?rev=713227&r1=713226&r2=713227&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/CommonAssemblyInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/CommonAssemblyInfo.cs Tue Nov 11 16:25:05 2008 @@ -23,6 +23,6 @@ [assembly: AssemblyCopyrightAttribute("Copyright (C) 2005-2008 Apache Software Foundation")] [assembly: AssemblyTrademarkAttribute("")] [assembly: AssemblyCultureAttribute("")] -[assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: AssemblyVersionAttribute("1.1.0")] +[assembly: AssemblyInformationalVersionAttribute("1.1.0")] Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj?rev=713227&r1=713226&r2=713227&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj Tue Nov 11 16:25:05 2008 @@ -57,21 +57,21 @@ full - + False lib\Apache.NMS\net-2.0\Apache.NMS.dll - + False lib\Apache.NMS\net-2.0\Apache.NMS.Test.dll False - lib\NUnit\net-3.5\nunit.framework.dll + lib\NUnit\net-2.0\nunit.framework.dll False - lib\NUnit\net-3.5\nunit.framework.extensions.dll + lib\NUnit\net-2.0\nunit.framework.extensions.dll Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq.csproj?rev=713227&r1=713226&r2=713227&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq.csproj Tue Nov 11 16:25:05 2008 @@ -57,7 +57,7 @@ full - + False lib\Apache.NMS\net-2.0\Apache.NMS.dll