Rename the "xpt" manifest directive to "interfaces", per bug 568691 comment 66.

This commit is contained in:
Benjamin Smedberg 2010-06-27 21:50:51 -04:00
Родитель dd5aa311e8
Коммит 12f63e9d18
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,5 +2,5 @@
httpd.jar:
% component {54ef6f81-30af-4b1d-ac55-8ba811293e41} components/httpd.js
% contract @mozilla.org/server/jshttp;1 {54ef6f81-30af-4b1d-ac55-8ba811293e41}
% xpt components/test_necko.xpt
% interfaces components/test_necko.xpt
#endif

Просмотреть файл

@ -90,7 +90,7 @@ struct ManifestDirective
static const ManifestDirective kParsingTable[] = {
{ "binary-component", 1, true, false, false,
&nsComponentManagerImpl::ManifestBinaryComponent, NULL },
{ "xpt", 1, true, false, false,
{ "interfaces", 1, true, false, false,
&nsComponentManagerImpl::ManifestXPT, NULL },
{ "component", 2, true, false, false,
&nsComponentManagerImpl::ManifestComponent, NULL },