You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2010/11/11 01:40:12 UTC

svn commit: r1033788 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/branches/1.4.x/ Apache.NMS.EMS/branches/1.4.x/ Apache.NMS.MSMQ/branches/1.4.x/ Apache.NMS.Stomp/branches/1.4.x/ Apache.NMS.WCF/branches/1.4.x/ Apache.NMS/branches/1.4.x/

Author: jgomes
Date: Thu Nov 11 00:40:11 2010
New Revision: 1033788

URL: http://svn.apache.org/viewvc?rev=1033788&view=rev
Log:
Update branch projects to use NUnit 2.5.8.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.4.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.4.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.4.x/nant.build
    activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.4.x/nant.build?rev=1033788&r1=1033787&r2=1033788&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.4.x/nant.build Thu Nov 11 00:40:11 2010
@@ -62,7 +62,7 @@
         <!-- Property grouping for 'vendor.nunit.org' -->
         <property name="vendor.nunit.org.name" value="NUnit" />
         <property name="vendor.nunit.org.group" value="org.nunit" />
-        <property name="vendor.nunit.org.version" value="2.5.5" />
+        <property name="vendor.nunit.org.version" value="2.5.8" />
         <property name="vendor.nunit.org.filenames" value="nunit.framework.dll" />
 
         <!-- Property grouping for 'vendor.nunit.org' -->

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.4.x/nant.build?rev=1033788&r1=1033787&r2=1033788&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.4.x/nant.build Thu Nov 11 00:40:11 2010
@@ -61,7 +61,7 @@
 		<!-- Property grouping for 'vendor.nunit.org' -->
 		<property name="vendor.nunit.org.name" value="NUnit" />
 		<property name="vendor.nunit.org.group" value="org.nunit" />
-		<property name="vendor.nunit.org.version" value="2.5.5" />
+		<property name="vendor.nunit.org.version" value="2.5.8" />
 		<property name="vendor.nunit.org.filenames" value="nunit.framework.dll" />
 
 		<!-- Property grouping for 'vendor.tibco.org' -->

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build?rev=1033788&r1=1033787&r2=1033788&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build Thu Nov 11 00:40:11 2010
@@ -57,7 +57,7 @@
         <!-- Property grouping for 'vendor.nunit.org' -->
         <property name="vendor.nunit.org.name" value="NUnit" />
         <property name="vendor.nunit.org.group" value="org.nunit" />
-        <property name="vendor.nunit.org.version" value="2.5.5" />
+        <property name="vendor.nunit.org.version" value="2.5.8" />
         <property name="vendor.nunit.org.filenames" value="nunit.framework.dll" />
     </target>
 

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build?rev=1033788&r1=1033787&r2=1033788&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build Thu Nov 11 00:40:11 2010
@@ -57,7 +57,7 @@
         <!-- Property grouping for 'vendor.nunit.org' -->
         <property name="vendor.nunit.org.name" value="NUnit" />
         <property name="vendor.nunit.org.group" value="org.nunit" />
-        <property name="vendor.nunit.org.version" value="2.5.5" />
+        <property name="vendor.nunit.org.version" value="2.5.8" />
         <property name="vendor.nunit.org.filenames" value="nunit.framework.dll" />
     </target>
 

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.4.x/nant.build?rev=1033788&r1=1033787&r2=1033788&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.4.x/nant.build Thu Nov 11 00:40:11 2010
@@ -56,7 +56,7 @@
         <!-- Property grouping for 'vendor.nunit.org' -->
         <property name="vendor.nunit.org.name" value="NUnit"/>
         <property name="vendor.nunit.org.group" value="org.nunit"/>
-        <property name="vendor.nunit.org.version" value="2.5.5"/>
+        <property name="vendor.nunit.org.version" value="2.5.8"/>
         <property name="vendor.nunit.org.filenames" value="nunit.framework.dll" />
     </target>
 

Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build?rev=1033788&r1=1033787&r2=1033788&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build Thu Nov 11 00:40:11 2010
@@ -61,7 +61,7 @@
         <!-- Property grouping for 'vendor.nunit.org' -->
         <property name="vendor.nunit.org.name" value="NUnit" />
         <property name="vendor.nunit.org.group" value="org.nunit" />
-        <property name="vendor.nunit.org.version" value="2.5.5" />
+        <property name="vendor.nunit.org.version" value="2.5.8" />
         <property name="vendor.nunit.org.filenames" value="nunit.framework.dll" />
     </target>