You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2014/01/03 20:24:45 UTC

svn commit: r1555214 - /activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build

Author: jgomes
Date: Fri Jan  3 19:24:44 2014
New Revision: 1555214

URL: http://svn.apache.org/r1555214
Log:
Exclude building Mono 4.0 assemblies.

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=1555214&r1=1555213&r2=1555214&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/nant.build Fri Jan  3 19:24:44 2014
@@ -39,6 +39,7 @@
     <property name="build.netcf-2.0.skip" value="true" />
     <property name="build.netcf-3.5.skip" value="true" />
     <property name="build.mono-2.0.skip" value="true" />
+    <property name="build.mono-4.0.skip" value="true" />
 
     <target name="vendor-init" description="Initializes Vendor library from local repository.">
         <!--