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 2012/07/10 22:51:21 UTC

svn commit: r1359893 - /activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj

Author: jgomes
Date: Tue Jul 10 20:51:21 2012
New Revision: 1359893

URL: http://svn.apache.org/viewvc?rev=1359893&view=rev
Log:
Fix command-line parameter.

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj?rev=1359893&r1=1359892&r2=1359893&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj Tue Jul 10 20:51:21 2012
@@ -165,7 +165,7 @@
   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
   <PropertyGroup>
     <PostBuildEvent>if /i "$(build_extraplatforms)" equ "true" (
-    nant -nologo -q build -D:build.framework.strings="netcf-2.0,netcf-3.5,mono-2.0"
+    nant -nologo -q -D:build.framework.strings="netcf-2.0,netcf-3.5,mono-2.0"
 )
 
 if /i "$(install_skip)" equ "true" (