Rename 'base' to 'installbase' for CdFile, InstallFile and Bootstrap

Patch by Marc Piulachs, marc dot piulachs at codexchange dot net
See issue #2706 for more details.

svn path=/trunk/; revision=29330
This commit is contained in:
Hervé Poussineau
2007-10-01 14:19:27 +00:00
parent a6d6a2af53
commit a4c436a3a3
40 changed files with 226 additions and 226 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ Bootstrap::Initialize ()
"<bootstrap> is not applicable for this module type." );
}
const XMLAttribute* att = node.GetAttribute ( "base", false );
const XMLAttribute* att = node.GetAttribute ( "installbase", false );
if ( att != NULL )
base = ReplaceVariable ( "$(CDOUTPUT)", Environment::GetCdOutputPath (), att->value );
else