Bug 585625 - ".js component without matching .manifest" error message should point to MDC. r=ted a=npotb

--HG--
extra : rebase_source : a3accda5720b23483b7338837e193cd7024970d0
This commit is contained in:
Mounir Lamouri 2010-09-20 05:15:01 +02:00
Родитель c637a23b7a
Коммит 11f8632577
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1874,7 +1874,7 @@ endif # MOZ_JAVAXPCOM
ifneq (,$(filter %.js,$(EXTRA_COMPONENTS) $(EXTRA_PP_COMPONENTS)))
ifeq (,$(filter %.manifest,$(EXTRA_COMPONENTS) $(EXTRA_PP_COMPONENTS)))
ifndef NO_JS_MANIFEST
$(error .js component without matching .manifest)
$(error .js component without matching .manifest. See https://developer.mozilla.org/en/XPCOM/XPCOM_changes_in_Gecko_2.0)
endif
endif
endif