From d4c02bb41c2a8bd776074530d615178383a43464 Mon Sep 17 00:00:00 2001 From: "gavin@gavinsharp.com" Date: Wed, 16 May 2007 06:36:31 -0700 Subject: [PATCH] Bug 374723: also update installer manifests so that builds aren't broken, and change module name to avoid conflicts, r=me --- browser/installer/unix/packages-static | 6 +++++- browser/installer/windows/packages-static | 6 +++++- toolkit/components/passwordmgr/public/Makefile.in | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/browser/installer/unix/packages-static b/browser/installer/unix/packages-static index 44b7486c5384..b1764931108e 100644 --- a/browser/installer/unix/packages-static +++ b/browser/installer/unix/packages-static @@ -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 diff --git a/browser/installer/windows/packages-static b/browser/installer/windows/packages-static index e6e3ca05e900..d44bafd43562 100644 --- a/browser/installer/windows/packages-static +++ b/browser/installer/windows/packages-static @@ -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 diff --git a/toolkit/components/passwordmgr/public/Makefile.in b/toolkit/components/passwordmgr/public/Makefile.in index 9daecf340c3f..d057a156aa88 100644 --- a/toolkit/components/passwordmgr/public/Makefile.in +++ b/toolkit/components/passwordmgr/public/Makefile.in @@ -41,8 +41,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = passwordmgr -XPIDL_MODULE = passwordmgr +MODULE = loginmgr +XPIDL_MODULE = loginmgr XPIDLSRCS = \ nsILoginInfo.idl \