Author: jgomes
Date: Tue Aug 26 12:09:05 2008
New Revision: 689171

URL: http://svn.apache.org/viewvc?rev=689171&view=rev
Log:
Add framework specific versions of the nUnit test framework assembly.

Modified:
    activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build?rev=689171&r1=689170&r2=689171&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build Tue Aug 26 
12:09:05 2008
@@ -34,7 +34,7 @@
            value="Apache NMS for MSMQ Class Library (.Net Messaging Library 
Implementation): An implementation of the NMS API for MSMQ"/>
   
   <!-- 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"/>


Reply via email to