Author: jgomes
Date: Wed Oct 8 18:07:51 2008
New Revision: 703038
URL: http://svn.apache.org/viewvc?rev=703038&view=rev
Log:
Skip building for unsupported platforms.
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=703038&r1=703037&r2=703038&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build Wed Oct 8
18:07:51 2008
@@ -45,6 +45,11 @@
<property name="Apache.NMS.Test.pdb"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.Test.pdb"
dynamic="true"/>
<property name="Apache.NMS.Test.xml"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.Test.xml"
dynamic="true"/>
+ <!-- Skip certain frameworks, since TIBCO client is not supported on those
platforms. -->
+ <property name="build.net-1.1.skip" value="true"/>
+ <property name="build.netcf-2.0.skip" value="true"/>
+ <property name="build.mono-2.0.skip" value="true"/>
+
<target name="vendor-init" description="Initializes the vendor libraries.">
<nant buildfile="${basedir}/vendor/Apache.NMS/nant.build"/>
</target>