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 16:39:30 UTC

svn commit: r418299 - /incubator/tuscany/cpp/build_tuscany_sca.bat

Author: robbinspg
Date: Fri Jun 30 07:39:30 2006
New Revision: 418299

URL: http://svn.apache.org/viewvc?rev=418299&view=rev
Log:
TUSCANY-458 package readme.txt

Modified:
    incubator/tuscany/cpp/build_tuscany_sca.bat

Modified: incubator/tuscany/cpp/build_tuscany_sca.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/build_tuscany_sca.bat?rev=418299&r1=418298&r2=418299&view=diff
==============================================================================
--- incubator/tuscany/cpp/build_tuscany_sca.bat (original)
+++ incubator/tuscany/cpp/build_tuscany_sca.bat Fri Jun 30 07:39:30 2006
@@ -45,7 +45,12 @@
 
 rmdir /S /Q %TO_SRC%\%SRC_PACKAGE%
 if not exist %TO_SRC%\%SRC_PACKAGE% mkdir %TO_SRC%\%SRC_PACKAGE% 
-
+copy %FROM_DIR%\sdo\INSTALL   %TO_SRC%\%SRC_PACKAGE%
+copy %FROM_DIR%\sdo\LICENSE   %TO_SRC%\%SRC_PACKAGE%
+copy %FROM_DIR%\sdo\COPYING   %TO_SRC%\%SRC_PACKAGE%
+copy %FROM_DIR%\sdo\NOTICE    %TO_SRC%\%SRC_PACKAGE%
+copy %FROM_DIR%\sdo\README    %TO_SRC%\%SRC_PACKAGE%
+copy %FROM_DIR%\sdo\readme.txt  %TO_SRC%\%SRC_PACKAGE%
 
 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
@@ -70,7 +75,6 @@
 copy %FROM_DIR%\sca\samples\COPYING   %TO_SRC%\%SRC_PACKAGE%\samples
 copy %FROM_DIR%\sca\samples\NOTICE    %TO_SRC%\%SRC_PACKAGE%\samples
 copy %FROM_DIR%\sca\samples\README    %TO_SRC%\%SRC_PACKAGE%\samples
-copy %FROM_DIR%\sca\samples\readme.txt   %TO_SRC%\%SRC_PACKAGE%\samples
 
 if not exist %TO_SRC%\%SRC_PACKAGE%\xsd mkdir %TO_SRC%\%SRC_PACKAGE%\xsd 
 xcopy/s %FROM_DIR%\sca\xsd %TO_SRC%\%SRC_PACKAGE%\xsd



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