Author: jgomes
Date: Tue Sep 9 16:52:49 2008
New Revision: 693662
URL: http://svn.apache.org/viewvc?rev=693662&view=rev
Log:
Add nunit.framework.extensions.dll.
Added:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.extensions.dll
(with props)
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.extensions.dll
(with props)
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.extensions.dll
(with props)
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.extensions.dll
(with props)
activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.extensions.dll
(with props)
Modified:
activemq/activemq-dotnet/Apache.NMS/trunk/nant.build
Added:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.extensions.dll
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.extensions.dll?rev=693662&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/mono-2.0/nunit.framework.extensions.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.extensions.dll
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.extensions.dll?rev=693662&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-1.1/nunit.framework.extensions.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.extensions.dll
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.extensions.dll?rev=693662&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-2.0/nunit.framework.extensions.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.extensions.dll
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.extensions.dll?rev=693662&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/net-3.5/nunit.framework.extensions.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.extensions.dll
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.extensions.dll?rev=693662&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
activemq/activemq-dotnet/Apache.NMS/trunk/lib/netcf-2.0/nunit.framework.extensions.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=693662&r1=693661&r2=693662&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant.build Tue Sep 9 16:52:49
2008
@@ -35,6 +35,7 @@
<property name="project.cls.compliant" value="true"/>
<property name="nunit.dll"
value="${basedir}/lib/${current.build.framework}/nunit.framework.dll"
dynamic="true" />
+ <property name="nunit.extensions.dll"
value="${basedir}/lib/${current.build.framework}/nunit.framework.extensions.dll"
dynamic="true" />
<target name="dependency-init" description="Initializes build dependencies">
@@ -50,6 +51,7 @@
<include name="System.Xml.dll" asis="true"/>
<include name="${build.bin.dir}/${project.name}.dll"/>
<include name="${nunit.dll}"/>
+ <include name="${nunit.extensions.dll}"/>
</assemblyfileset>
<fileset id="content.filenames">