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/07/09 04:02:30 UTC

svn commit: r792387 - /incubator/stonehenge/trunk/build.bat

Author: bendewey
Date: Thu Jul  9 04:02:29 2009
New Revision: 792387

URL: http://svn.apache.org/viewvc?rev=792387&view=rev
Log:
STONEHENGE-67, update to the root build script, wasn't copying the config_service folder.

Modified:
    incubator/stonehenge/trunk/build.bat

Modified: incubator/stonehenge/trunk/build.bat
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/build.bat?rev=792387&r1=792386&r2=792387&view=diff
==============================================================================
--- incubator/stonehenge/trunk/build.bat (original)
+++ incubator/stonehenge/trunk/build.bat Thu Jul  9 04:02:29 2009
@@ -44,6 +44,9 @@
 @copy /Y ..\..\stocktrader\dotnet\trader_client\bin\release\*.dll trader_client\Trade\Bin\
 @copy /Y ..\..\stocktrader\dotnet\trader_client\StockTraderWebApplicationClients\bin\release\*.dll trader_client\Trade\Bin\
 @copy /Y ..\..\stocktrader\dotnet\trader_client\StockTraderWebApplicationUIModelClasses\bin\release\*.dll trader_client\Trade\Bin\
+@mkdir config_service
+@mkdir config_service\bin
+@xcopy /E /Q /Y /I ..\..\stocktrader\dotnet\config_service\bin\release config_service\bin\release\
 @mkdir business_service
 @mkdir business_service\bin
 @xcopy /E /Q /Y /I ..\..\stocktrader\dotnet\business_service\bin\release business_service\bin\release\