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/11 00:02:59 UTC

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

Author: jgomes
Date: Tue Jul 10 22:02:58 2012
New Revision: 1359926

URL: http://svn.apache.org/viewvc?rev=1359926&view=rev
Log:
Pass buildtype to NAnt script to support clean operation.

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=1359926&r1=1359925&r2=1359926&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 22:02:58 2012
@@ -23,7 +23,7 @@
     <SccLocalPath>Svn</SccLocalPath>
     <SccAuxPath>Svn</SccAuxPath>
     <SccProvider>SubversionScc</SccProvider>
-    <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
+    <RunPostBuildEvent>Always</RunPostBuildEvent>
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
@@ -166,7 +166,7 @@
   <PropertyGroup>
     <PostBuildEvent>if /i "$(build_extraplatforms)" equ "true" (
     cd $(ProjectDir)
-    nant -nologo -q -D:build.framework.strings="netcf-2.0,netcf-3.5,mono-2.0"
+    nant -nologo -q $(buildtype) -D:build.framework.strings="netcf-2.0,netcf-3.5,mono-2.0"
 )
 
 if /i "$(install_skip)" equ "true" (