Bug 374723: also update installer manifests so that builds aren't broken, and change module name to avoid conflicts, r=me

This commit is contained in:
gavin@gavinsharp.com 2007-05-16 06:36:31 -07:00
parent 8c56c98c87
commit d4c02bb41c
3 changed files with 12 additions and 4 deletions

View File

@ -141,7 +141,7 @@ bin/components/necko_strconv.xpt
bin/components/necko_viewsource.xpt
bin/components/necko.xpt
bin/components/oji.xpt
bin/components/passwordmgr.xpt
bin/components/loginmgr.xpt
bin/components/places.xpt
bin/components/plugin.xpt
bin/components/prefetch.xpt
@ -195,6 +195,10 @@ bin/components/nsSetDefaultBrowser.js
bin/components/nsMicrosummaryService.js
bin/components/nsSearchService.js
bin/components/nsSearchSuggestions.js
bin/components/nsLoginInfo.js
bin/components/nsLoginManager.js
bin/components/nsLoginManagerPrompter.js
bin/components/storage-Legacy.js
bin/components/jsconsole-clhandler.js
bin/components/nsCloseAllWindows.js
bin/components/nsDictionary.js

View File

@ -148,7 +148,7 @@ bin\components\necko_res.xpt
bin\components\necko_socket.xpt
bin\components\necko_viewsource.xpt
bin\components\oji.xpt
bin\components\passwordmgr.xpt
bin\components\loginmgr.xpt
bin\components\places.xpt
bin\components\plugin.xpt
bin\components\pref.xpt
@ -217,6 +217,10 @@ bin\components\nsExtensionManager.js
bin\components\nsUpdateService.js
bin\components\nsMicrosummaryService.js
bin\components\nsPostUpdateWin.js
bin\components\nsLoginInfo.js
bin\components\nsLoginManager.js
bin\components\nsLoginManagerPrompter.js
bin\components\storage-Legacy.js
bin\components\pluginGlue.js
bin\components\extensions.xpt
bin\components\update.xpt

View File

@ -41,8 +41,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = passwordmgr
XPIDL_MODULE = passwordmgr
MODULE = loginmgr
XPIDL_MODULE = loginmgr
XPIDLSRCS = \
nsILoginInfo.idl \