Author: jgomes
Date: Tue Sep  9 17:23:39 2008
New Revision: 693667

URL: http://svn.apache.org/viewvc?rev=693667&view=rev
Log:
Added nunit.framework.extensions.dll.

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=693667&r1=693666&r2=693667&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build Tue Sep  9 
17:23:39 2008
@@ -37,6 +37,7 @@
 
   <!-- 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/${current.build.framework}/nunit.framework.dll"
 dynamic="true"/>
+  <property name="nunit.extensions.dll" 
value="${basedir}/vendor/Apache.NMS/lib/${current.build.framework}/nunit.framework.extensions.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"/>
@@ -79,6 +80,7 @@
       <include name="${Apache.NMS.Test.dll}"/>
       <include name="${build.bin.dir}/${project.name}.dll"/>
       <include name="${nunit.dll}"/>
+      <include name="${nunit.extensions.dll}"/>
        </assemblyfileset>  
 
     <fileset id="content.filenames">


Reply via email to