remove xml.h/cpp's dependancy on exception.h/cpp - in preparation to move xml.h/cpp and ssprintf.h/ccp out of rbuild directory since buildno uses them too

svn path=/trunk/; revision=19674
This commit is contained in:
Royce Mitchell III
2005-11-27 06:34:50 +00:00
parent d80446e3a9
commit dccb79c6ac
16 changed files with 563 additions and 282 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ Bootstrap::Initialize ()
{
if ( !IsSupportedModuleType ( module->type ) )
{
throw InvalidBuildFileException (
throw XMLInvalidBuildFileException (
node.location,
"<bootstrap> is not applicable for this module type." );
}