You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/11/24 17:04:27 UTC

svn commit: r478903 - /incubator/tuscany/cpp/sca/samples/RubyBigBank/deploy.bat

Author: ajborley
Date: Fri Nov 24 08:04:27 2006
New Revision: 478903

URL: http://svn.apache.org/viewvc?view=rev&rev=478903
Log:
deploy.bat missing out bigbank.wsclient

Modified:
    incubator/tuscany/cpp/sca/samples/RubyBigBank/deploy.bat

Modified: incubator/tuscany/cpp/sca/samples/RubyBigBank/deploy.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyBigBank/deploy.bat?view=diff&rev=478903&r1=478902&r2=478903
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyBigBank/deploy.bat (original)
+++ incubator/tuscany/cpp/sca/samples/RubyBigBank/deploy.bat Fri Nov 24 08:04:27 2006
@@ -33,11 +33,12 @@
 set destinationPath=%1
 )
 
-if not exist %samplesdir%                      mkdir %samplesdir%
-if not exist %bbdir%                           mkdir %bbdir%
-if not exist %destinationPath%                 mkdir %destinationPath%
-if not exist %destinationPath%\bigbank.account mkdir %destinationPath%\bigbank.account
-if not exist %destinationPath%\bigbank.client  mkdir %destinationPath%\bigbank.client
+if not exist %samplesdir%                       mkdir %samplesdir%
+if not exist %bbdir%                            mkdir %bbdir%
+if not exist %destinationPath%                  mkdir %destinationPath%
+if not exist %destinationPath%\bigbank.account  mkdir %destinationPath%\bigbank.account
+if not exist %destinationPath%\bigbank.client   mkdir %destinationPath%\bigbank.client
+if not exist %destinationPath%\bigbank.wsclient mkdir %destinationPath%\bigbank.wsclient
 
 copy %sourcePath%\bigbank.account\*.rb        %destinationPath%\bigbank.account
 copy %sourcePath%\bigbank.account\*.composite %destinationPath%\bigbank.account
@@ -47,6 +48,11 @@
 
 copy %sourcePath%\bigbank.client\*.rb         %destinationPath%\bigbank.client
 copy %sourcePath%\bigbank.client\*.bat        %destinationPath%\bigbank.client
+
+copy %sourcePath%\bigbank.wsclient\*.rb        %destinationPath%\bigbank.wsclient
+copy %sourcePath%\bigbank.wsclient\*.bat       %destinationPath%\bigbank.wsclient
+copy %sourcePath%\bigbank.wsclient\*.composite %destinationPath%\bigbank.wsclient
+copy %sourcePath%\bigbank.wsclient\*.wsdl      %destinationPath%\bigbank.wsclient
 
 copy %sourcePath%\*.composite   %destinationPath%
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org