Author: jgomes
Date: Tue Aug 26 12:08:49 2008
New Revision: 689170
URL: http://svn.apache.org/viewvc?rev=689170&view=rev
Log:
Add framework specific versions of the nUnit test framework assembly.
Modified:
activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build
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=689170&r1=689169&r2=689170&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build Tue Aug 26
12:08:49 2008
@@ -36,7 +36,7 @@
<property name="project.cls.compliant" value="false"/>
<!-- 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"/>