You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2009/11/11 19:23:23 UTC

svn commit: r835023 - /incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd

Author: bendewey
Date: Wed Nov 11 19:23:23 2009
New Revision: 835023

URL: http://svn.apache.org/viewvc?rev=835023&view=rev
Log:
STONEHENGE-45 take2, for Nick

Modified:
    incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd?rev=835023&r1=835022&r2=835023&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd Wed Nov 11 19:23:23 2009
@@ -85,11 +85,11 @@
 "%MSBuildToolsPath%msbuild" StockTraderWebAppSolution.sln /t:Build /p:Configuration=Release;Platform="Any CPU"
 
 @REM Fix for STONEHENGE-45
-rmdir /s /q "Trade\bin"
-mkdir "Trade\bin"
-xcopy /y "bin\Debug\*" "Trade\bin"
-xcopy /y "StockTraderWebApplicationUIModelClasses\bin\Debug\*" "Trade\bin"
-xcopy /y "BusinessServiceClient\bin\Debug\*" "Trade\bin"
+rmdir /s /q "Trade\bin\"
+mkdir "Trade\bin\"
+xcopy /y "bin\Debug\*" "Trade\bin\"
+xcopy /y "StockTraderWebApplicationUIModelClasses\bin\Debug\*" "Trade\bin\"
+xcopy /y "BusinessServiceClient\bin\Debug\*" "Trade\bin\"
 
 @cd ..\identity_provider
 @if not exist IdentityProviderSolution.sln Goto :Error1