Author: jgomes
Date: Sat Jan 4 01:33:37 2014
New Revision: 1555304
URL: http://svn.apache.org/r1555304
Log:
Add support for Mono 4.0 build.
Modified:
activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build
Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build?rev=1555304&r1=1555303&r2=1555304&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build Sat Jan 4
01:33:37 2014
@@ -47,10 +47,10 @@
<property name="vendor.apache.org.name" value="Apache.NMS" />
<property name="vendor.apache.org.group" value="org.apache.activemq" />
<property name="vendor.apache.org.version" value="1.6.0" />
- <if test="${current.build.framework == 'mono-2.0'}">
+ <if test="${current.build.framework == 'mono-2.0' or
current.build.framework == 'mono-4.0'}">
<property name="vendor.apache.org.filenames"
value="Apache.NMS.dll,Apache.NMS.dll.mdb,Apache.NMS.Test.dll,Apache.NMS.Test.dll.mdb"
/>
</if>
- <if test="${not (current.build.framework == 'mono-2.0')}">
+ <if test="${not (current.build.framework == 'mono-2.0' or
current.build.framework == 'mono-4.0')}">
<property name="vendor.apache.org.filenames"
value="Apache.NMS.dll,Apache.NMS.pdb,Apache.NMS.Test.dll,Apache.NMS.Test.pdb" />
</if>