You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/06/30 14:35:12 UTC

svn commit: r418247 - in /incubator/tuscany/cpp: build_tuscany_sca.bat build_tuscany_sdo.bat

Author: robbinspg
Date: Fri Jun 30 05:35:11 2006
New Revision: 418247

URL: http://svn.apache.org/viewvc?rev=418247&view=rev
Log:
TUSCANY-458 create deploy folder in src distro

Modified:
    incubator/tuscany/cpp/build_tuscany_sca.bat
    incubator/tuscany/cpp/build_tuscany_sdo.bat

Modified: incubator/tuscany/cpp/build_tuscany_sca.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/build_tuscany_sca.bat?rev=418247&r1=418246&r2=418247&view=diff
==============================================================================
--- incubator/tuscany/cpp/build_tuscany_sca.bat (original)
+++ incubator/tuscany/cpp/build_tuscany_sca.bat Fri Jun 30 05:35:11 2006
@@ -46,16 +46,17 @@
 rmdir /S /Q %TO_SRC%\%SRC_PACKAGE%
 if not exist %TO_SRC%\%SRC_PACKAGE% mkdir %TO_SRC%\%SRC_PACKAGE% 
 
-if not exist %TO_SRC%\%SRC_PACKAGE%\projects mkdir %TO_SRC%\%SRC_PACKAGE%\projects 
 
+if not exist %TO_SRC%\%SRC_PACKAGE%\deploy mkdir %TO_SRC%\%SRC_PACKAGE%\deploy
+xcopy /t /e  %FROM_DIR%\sdo\deploy %TO_SRC%\%SRC_PACKAGE%\deploy
+
+if not exist %TO_SRC%\%SRC_PACKAGE%\projects mkdir %TO_SRC%\%SRC_PACKAGE%\projects 
 xcopy/s %FROM_DIR%\sca\projects %TO_SRC%\%SRC_PACKAGE%\projects
 
 if not exist %TO_SRC%\%SRC_PACKAGE%\runtime mkdir %TO_SRC%\%SRC_PACKAGE%\runtime 
-
 xcopy/s %FROM_DIR%\sca\runtime %TO_SRC%\%SRC_PACKAGE%\runtime
 
 if not exist %TO_SRC%\%SRC_PACKAGE%\tools mkdir %TO_SRC%\%SRC_PACKAGE%\tools 
-
 xcopy/s %FROM_DIR%\sca\tools %TO_SRC%\%SRC_PACKAGE%\tools
 
 if not exist %TO_SRC%\%SRC_PACKAGE%\samples mkdir %TO_SRC%\%SRC_PACKAGE%\samples 

Modified: incubator/tuscany/cpp/build_tuscany_sdo.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/build_tuscany_sdo.bat?rev=418247&r1=418246&r2=418247&view=diff
==============================================================================
--- incubator/tuscany/cpp/build_tuscany_sdo.bat (original)
+++ incubator/tuscany/cpp/build_tuscany_sdo.bat Fri Jun 30 05:35:11 2006
@@ -40,11 +40,11 @@
 if not exist %TO_SRC%\%SRC_PACKAGE% mkdir %TO_SRC%\%SRC_PACKAGE%
 if not exist %TO_SRC%\%SRC_PACKAGE%\projects mkdir %TO_SRC%\%SRC_PACKAGE%\projects 
 if not exist %TO_SRC%\%SRC_PACKAGE%\runtime mkdir %TO_SRC%\%SRC_PACKAGE%\runtime
+if not exist %TO_SRC%\%SRC_PACKAGE%\deploy mkdir %TO_SRC%\%SRC_PACKAGE%\deploy
  
+xcopy /t /e  %FROM_DIR%\sdo\deploy %TO_SRC%\%SRC_PACKAGE%\deploy
 xcopy/s %FROM_DIR%\sdo\runtime %TO_SRC%\%SRC_PACKAGE%\runtime 
 
-if not exist %TO_SRC%\%SRC_PACKAGE%\projects mkdir %TO_SRC%\%SRC_PACKAGE%\projects
- 
 xcopy/s %FROM_DIR%\sdo\projects %TO_SRC%\%SRC_PACKAGE%\projects
 copy %FROM_DIR%\sdo\INSTALL   %TO_SRC%\%SRC_PACKAGE%
 copy %FROM_DIR%\sdo\LICENSE   %TO_SRC%\%SRC_PACKAGE%



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