Author: jgomes
Date: Fri Jan  3 17:04:29 2014
New Revision: 1555149

URL: http://svn.apache.org/r1555149
Log:
Fix if test for excluding the correct frameworks from the assembly file set.

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

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant.build
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant.build?rev=1555149&r1=1555148&r2=1555149&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant.build Fri Jan  3 17:04:29 
2014
@@ -76,7 +76,7 @@
                 <include 
name="${current.build.framework.assembly.dir}/System.Transactions.dll" />
             </assemblyfileset>
         </if>
-        <if test="${current.build.framework != 'net-3.5' and 
current.build.framework != 'net-4.0' and current.build.framework != 
'mono-4.0'}">
+        <if test="${current.build.framework != 'net-3.5' and 
current.build.framework != 'net-4.0' and current.build.framework != 'mono-2.0' 
and current.build.framework != 'mono-4.0'}">
             <assemblyfileset failonempty="true" id="dependencies">
                 <include 
name="${current.build.framework.assembly.dir}/mscorlib.dll" />
                 <include 
name="${current.build.framework.assembly.dir}/System.dll" />


Reply via email to