diff -r 79859ed3eea9 -r 919f36ff910f web_plat/cxml_library_api/group/bld.inf --- a/web_plat/cxml_library_api/group/bld.inf Tue Aug 31 16:17:46 2010 +0300 +++ b/web_plat/cxml_library_api/group/bld.inf Wed Sep 01 12:28:30 2010 +0100 @@ -15,7 +15,7 @@ * */ #include -#include "../../../web_plat/browser_platform_api/inc/Browser_platform_variant.hrh" +#include "../../../web_plat/browser_platform_api/inc/browser_platform_variant.hrh" PRJ_PLATFORMS DEFAULT @@ -23,12 +23,12 @@ PRJ_EXPORTS // All in one header file for clients. -../inc/nw_cXML_Parser.h MW_LAYER_PLATFORM_EXPORT_PATH(nw_cXML_Parser.h) +../inc/nw_cxml_parser.h MW_LAYER_PLATFORM_EXPORT_PATH(nw_cxml_parser.h) // Individual header files for cXML Parser ../inc/cxml_proj.h MW_LAYER_PLATFORM_EXPORT_PATH(cxml_proj.h) ../inc/cxml_file_if.h MW_LAYER_PLATFORM_EXPORT_PATH(cxml_file_if.h) -../inc/cxml_nw2cxmlTypes.h MW_LAYER_PLATFORM_EXPORT_PATH(cxml_nw2cxmltypes.h) +../inc/cxml_nw2cxmltypes.h MW_LAYER_PLATFORM_EXPORT_PATH(cxml_nw2cxmltypes.h) ../inc/cxml_str.h MW_LAYER_PLATFORM_EXPORT_PATH(cxml_str.h) ../inc/cxml_type_def.h MW_LAYER_PLATFORM_EXPORT_PATH(cxml_type_def.h) ../inc/nw_dom.h MW_LAYER_PLATFORM_EXPORT_PATH(nw_dom.h)