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/07/15 23:07:04 UTC

svn commit: r964597 - in /activemq/activemq-dotnet/vendor/NUnit/2.5.5: ./ mono-2.0/ net-1.1/ net-2.0/ net-3.5/ netcf-2.0/

Author: jgomes
Date: Thu Jul 15 21:07:03 2010
New Revision: 964597

URL: http://svn.apache.org/viewvc?rev=964597&view=rev
Log:
Add NUnit 2.5.5

Added:
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/
      - copied from r961437, activemq/activemq-dotnet/vendor/NUnit/2.4.8/
Removed:
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/mono-2.0/nunit.framework.extensions.dll
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-1.1/
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-2.0/nunit.framework.extensions.dll
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-3.5/nunit.framework.extensions.dll
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/netcf-2.0/nunit.framework.extensions.dll
Modified:
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/mono-2.0/nunit.framework.dll
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant-common.xml
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant.build
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-2.0/nunit.framework.dll
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-3.5/nunit.framework.dll
    activemq/activemq-dotnet/vendor/NUnit/2.5.5/netcf-2.0/nunit.framework.dll

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.5/mono-2.0/nunit.framework.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.5/mono-2.0/nunit.framework.dll?rev=964597&r1=961437&r2=964597&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant-common.xml?rev=964597&r1=961437&r2=964597&view=diff
==============================================================================
--- activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant-common.xml (original)
+++ activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant-common.xml Thu Jul 15 21:07:03 2010
@@ -194,18 +194,6 @@
 		<property name="csc.optimize" value="true" />
 	</target>
 
-	<target name="set-net-1.1-framework-configuration">
-		<property name="current.build.framework" value="net-1.1" />
-		<property name="current.build.framework.name" value=".NET 1.1" />
-		<property name="current.build.defines" value="${build.defines}NET,NET_1_1" dynamic="true" />
-		<property name="current.build.framework.sign" value="false" />
-		<property name="link.sdkdoc.version" value="SDK_v1_1" />
-		<property name="link.sdkdoc.web" value="true" />
-		<if test="${framework::exists(current.build.framework)}">
-			<property name="nant.settings.currentframework" value="${current.build.framework}" />
-		</if>
-	</target>
-
 	<target name="set-net-2.0-framework-configuration">
 		<property name="current.build.framework" value="net-2.0" />
 		<property name="current.build.framework.name" value=".NET 2.0" />

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant.build?rev=964597&r1=961437&r2=964597&view=diff
==============================================================================
--- activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant.build (original)
+++ activemq/activemq-dotnet/vendor/NUnit/2.5.5/nant.build Thu Jul 15 21:07:03 2010
@@ -23,12 +23,12 @@
 	<property name="basedir" value="${project::get-base-directory()}"/>
 	<property name="project.name" value="NUnit"/>
 	<property name="project.group" value="org.nunit"/>
-	<property name="project.version"  value="2.4.8" unless="${property::exists('project.version')}"/>
+	<property name="project.version"  value="2.5.5" unless="${property::exists('project.version')}"/>
 	<property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
 	<property name="project.short_description" value="NUnit Unit Test Assemblies"/>
 	<property name="project.description" value="NUnit Unit Test Assemblies"/>
 	<property name="compile.skip" value="true"/>
-	<property name="build.framework.strings" value="net-1.1,net-2.0,net-3.5,mono-2.0,netcf-2.0" />
+	<property name="build.framework.strings" value="net-2.0,net-3.5,mono-2.0,netcf-2.0" />
 
 	<!-- Repository organized as: organization/module/version/plaform/artifact, platform might be something like 'all' or 'net-2.0/release' -->
 	<target name="vendor-init" description="Initializes Vendor library from local repository.">
@@ -43,7 +43,6 @@
 	<target name="dependency-init" description="Initializes build dependencies">
 		<fileset id="install.filenames">
 			<include name="${basedir}/${current.build.framework}/nunit.framework.dll"/>
-			<include name="${basedir}/${current.build.framework}/nunit.framework.extensions.dll"/>
 		</fileset>
 
 	</target>

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-2.0/nunit.framework.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-2.0/nunit.framework.dll?rev=964597&r1=961437&r2=964597&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-3.5/nunit.framework.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.5/net-3.5/nunit.framework.dll?rev=964597&r1=961437&r2=964597&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.5/netcf-2.0/nunit.framework.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.5/netcf-2.0/nunit.framework.dll?rev=964597&r1=961437&r2=964597&view=diff
==============================================================================
Binary files - no diff available.