Author: adrianocrestani Date: Sat Sep 29 18:59:10 2007 New Revision: 580670
URL: http://svn.apache.org/viewvc?rev=580670&view=rev Log: -modified jar reference from TuscanyMSVC8DevStudioCCompiler to TuscanyDASMSVC8DevStudioCCompiler Modified: incubator/tuscany/cpp/das/antscripts/system.xml Modified: incubator/tuscany/cpp/das/antscripts/system.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/das/antscripts/system.xml?rev=580670&r1=580669&r2=580670&view=diff ============================================================================== --- incubator/tuscany/cpp/das/antscripts/system.xml (original) +++ incubator/tuscany/cpp/das/antscripts/system.xml Sat Sep 29 18:59:10 2007 @@ -417,11 +417,11 @@ <!-- MSVC compilers for windows The standard msvc ant contrib cc task compiler doesnt work so well, so we made our own until the bugs are resolved. The actual implementation - of TuscanyMSVC8DevStudioCCompiler is in TuscanySCA/tools/ant_cpptasks + of TuscanyDASMSVC8DevStudioCCompiler is in TuscanyDAS/tools/ant_cpptasks --> <compiler id="msvc8-Compiler" extends="Tuscany-BaseCompiler" - classname="tuscany.antCompilers.TuscanyMSVC8DevStudioCCompiler"> + classname="tuscany.antCompilers.TuscanyDASMSVC8DevStudioCCompiler"> <defineset define="WIN32,_CRT_SECURE_NO_DEPRECATE,_CRT_NON_CONFORMING_SWPRINTFS"/> </compiler> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
