Author: bendewey
Date: Thu Jun 24 18:38:28 2010
New Revision: 957674
URL: http://svn.apache.org/viewvc?rev=957674&view=rev
Log:
Updated Build script to include .NET PassiveSTS
Modified:
incubator/stonehenge/trunk/build.bat
Modified: incubator/stonehenge/trunk/build.bat
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/build.bat?rev=957674&r1=957673&r2=957674&view=diff
==============================================================================
--- incubator/stonehenge/trunk/build.bat (original)
+++ incubator/stonehenge/trunk/build.bat Thu Jun 24 18:38:28 2010
@@ -66,6 +66,11 @@ rem == DOTNET
@mkdir identity_provider
@mkdir identity_provider\bin
@xcopy /E /Q /Y /I ..\..\stocktrader\dotnet\identity_provider\bin\release
identity_provider\bin\release\
+...@xcopy /E /Q /Y /I ..\..\stocktrader\dotnet\identity_provider\PassiveSts
identity_provider\PassiveSts\
+...@mkdir identity_provider\PassiveSts\Bin
+...@copy /Y
..\..\stocktrader\dotnet\identity_provider\PassiveStsImplementation\bin\release\*.dll
identity_provider\PassiveSts\Bin\
+...@copy /Y
..\..\stocktrader\dotnet\identity_provider\PassiveStsDalSqlServer\bin\release\*.dll
identity_provider\PassiveSts\Bin\
+...@copy /Y
..\..\stocktrader\dotnet\identity_provider\PassiveStsDalMySql\bin\release\*.dll
identity_provider\PassiveSts\Bin\
@mkdir setup_utilities
@mkdir setup_utilities\SetupActions
@mkdir setup_utilities\SetupActions\bin