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"/>
<!-- Repository organized as: organization/module/version/plaform/artifact,
platform might be something like 'all' or 'net-2.0/release' -->
- <property name="nunit.dll"
value="${basedir}/vendor/Apache.NMS/lib/nunit.framework.dll"/>
+ <property name="nunit.dll"
value="${basedir}/vendor/Apache.NMS/lib/${current.build.framework}/nunit.framework.dll"
dynamic="true"/>
<property name="Apache.NMS.dll"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.dll"
dynamic="true"/>
<property name="Apache.NMS.pdb"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.pdb"
dynamic="true"/>
<property name="Apache.NMS.xml"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.xml"
dynamic="true"/>
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 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B166EC33-6048-4231-BCCA-6C5AE55139A3}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -46,7 +46,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
- <OutputPath>build\cf-2.0\release\</OutputPath>
+ <OutputPath>build\netcf-2.0\release\</OutputPath>
<DefineConstants>TRACE;PocketPC, NETCF, NETCF_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
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 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{EB943C69-2C9B-45E7-B95B-FB916E7057ED}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -40,7 +40,7 @@
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
+ <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
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"/>
<property name="project.cls.compliant" value="true"/>
- <property name="nunit.dll" value="${basedir}/lib/nunit.framework.dll"/>
+ <property name="nunit.dll"
value="${basedir}/lib/${current.build.framework}/nunit.framework.dll"
dynamic="true" />
<target name="dependency-init" description="Initializes build dependencies">
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 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9C67B162-803E-4765-8A1C-041871E6928C}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -46,7 +46,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
- <OutputPath>build\cf-2.0\release\</OutputPath>
+ <OutputPath>build\netcf-2.0\release\</OutputPath>
<DefineConstants>TRACE;PocketPC, NETCF, NETCF_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
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 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -55,7 +55,7 @@
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
+ <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>