Bug 1488138 - empty out Thuderbird's removed-files.in (following bug 1392913). r=tomprince

This commit is contained in:
Jorg K 2018-09-05 10:15:47 +02:00
Родитель b9b4e9e1da
Коммит d72cbe49db
1 изменённых файлов: 59 добавлений и 836 удалений

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

@ -1,7 +1,61 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# The removed-files.in file specifies files and directories to be removed during
# an application update that are not automatically removed by the application
# update process. The application update process handles the vast majority of
# file and directory removals automatically so this file should not be used in
# the vast majority of cases.
# When to use removed-files.in file to remove files and directories:
# * Files and directories located in the installation's "distribution/" and
# "extensions/" directories that were added before Thunderbird 27. Files and
# directories located in these directories were not included in the
# application update file removals for a complete update prior to Thunderbird 27.
# * Empty directories that were accidentally added to the installation
# directory.
# * Third party files and directories that were added to the installation
# directory. Under normal circumstances this should only be done after release
# drivers have approved the removal of these third party files.
# If you are not sure whether a file or directory should be removed using the
# removed-files.in file please contact one of the developers that work on
# application update.
# Note: the "distribution/" and "browser/extensions/" directories should never
# be removed recursively since these directories are used by Partner builds and
# custom installations.
# To specify a file to be removed add the path to the file.
# * If the file doesn't exist the update will succeed.
# * If the file exists and can't be removed (e.g. the file is locked) the
# update will fail.
#
# Example: path/to/file
# To specify a directory to be removed only if it is empty add the path to the
# directory with a trailing forward slash.
# * If the directory doesn't exist the update will succeed.
# * If the directory can't be removed (e.g. the directory is locked, contains
# files, etc.) the update will succeed.
#
# Example: path/to/dir/
# To specify a directory that should be recursively removed add the path to the
# directory with a trailing forward slash and "*".
# * If the directory doesn't exist the update will succeed.
# * If all of the files the directory contains can be removed but the directory
# or a subdirectory can't be removed (e.g. the directory is locked) the update
# will succeed.
# * If a file within the directory can't be removed the update will fail.
#
# Example: path/to/dir/*
# Due to Apple Mac OS X packaging requirements files that are in the same
# directory on other platforms must be located in different directories on
# Mac OS X. The following defines allow specifying the Mac OS X bundle
# location which also work on other platforms.
# location which will also work on other platforms.
#
# @DIR_MACOS@
# Equals Contents/MacOS/ on Mac OX X and is an empty string on other platforms.
@ -10,146 +64,11 @@
# Equals Contents/Resources/ on Mac OX X and is an empty string on other
# platforms.
#ifdef XP_UNIX
#ifndef XP_MACOSX
#define UNIX_BUT_NOT_MAC
#endif
#endif
# An update watershed was required to update to Thunderbird 56 for LZMA and SHA384
# support. This made it possible to delete all of the removal instructions in
# this file.
# ****************************************************************************
# * Generic removals section: this is almost certainly where you want to add *
# * anything that isn't a connected chunk of files with related and shared *
# * ifdef conditions. *
# ****************************************************************************
@DIR_MACOS@chrome/app-chrome.manifest
@DIR_MACOS@chrome/chrome.rdf
@DIR_MACOS@chrome/en-US-mail.jar
#ifdef XP_WIN
chrome/en-win.jar
#endif
@DIR_MACOS@chrome/installed-chrome.txt
@DIR_MACOS@chrome/mail.jar
@DIR_MACOS@chrome/offline.jar
@DIR_MACOS@chrome/offline.manifest
@DIR_MACOS@chrome/overlayinfo/
@DIR_MACOS@chrome/qute.jar
@DIR_MACOS@chrome/US.jar
#ifdef XP_MACOSX
@DIR_MACOS@components/libalerts.dylib
@DIR_MACOS@components/libalerts_s.dylib
#endif
@DIR_MACOS@components/compreg.dat
@DIR_MACOS@components/components.list
@DIR_MACOS@components/@DLL_PREFIX@myspell@DLL_SUFFIX@
@DIR_MACOS@components/aboutRights.js
@DIR_MACOS@components/nsAddonRepository.js
@DIR_MACOS@components/nsBackgroundUpdateService.js
@DIR_MACOS@components/nsCloseAllWindows.js
@DIR_MACOS@components/nsComposerCmdLineHandler.js
@DIR_MACOS@components/nsDownloadProgressListener.js
@DIR_MACOS@components/nsDropbox.js
@DIR_MACOS@components/nsExtensionManager.js
@DIR_MACOS@components/nsInterfaceInfoToIDL.js
@DIR_MACOS@components/nsLDAPPrefsService.js
#ifdef XP_WIN
components/nsPostUpdateWin.js
#endif
@DIR_MACOS@components/nsProgressDialog.js
@DIR_MACOS@components/nsProxyAutoConfig.js
@DIR_MACOS@components/nsProxyAutoConfig.manifest
@DIR_MACOS@components/nsScriptableIO.js
#ifdef XP_MACOSX
@DIR_MACOS@components/nsSpotlightIntegration.js
#endif
@DIR_MACOS@components/nsUnsetDefaultMail.js
#ifndef MOZ_UPDATER
@DIR_MACOS@components/nsUpdateService.js
@DIR_MACOS@components/nsUpdateServiceStub.js
#endif
@DIR_MACOS@components/nsUrlClassifierTable.js
#ifdef XP_WIN
components/nsWinSearchIntegration.js
#endif
@DIR_MACOS@components/pluginGlue.js
@DIR_MACOS@components/@DLL_PREFIX@spellchecker@DLL_SUFFIX@
@DIR_MACOS@components/spellchk.dll
@DIR_MACOS@components/uconvd.dll
@DIR_MACOS@components/@DLL_PREFIX@wallet@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@walletviewers@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@xpcom_compat_c@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@xpcom_core@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@xpinstal@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@xpinstall@DLL_SUFFIX@
@DIR_MACOS@components/xpti.dat
@DIR_MACOS@components/xptitemp.dat
@DIR_MACOS@components/myspell/en-US.dic
@DIR_MACOS@components/myspell/en-US.aff
@DIR_MACOS@components/myspell/
@DIR_MACOS@D3DCompiler_42.dll
@DIR_MACOS@d3dx9_42.dll
@DIR_MACOS@d3dx9_43.dll
@DIR_MACOS@defaults/isp/dotmac.rdf
@DIR_MACOS@defaults/isp/movemail.rdf
@DIR_MACOS@defaults/isp/rss.rdf
@DIR_MACOS@defaults/isp/en-US/dotmac.rdf
@DIR_MACOS@defaults/isp/en-US/movemail.rdf
@DIR_MACOS@defaults/isp/en-US/rss.rdf
@DIR_MACOS@defaults/isp/en-US/
@DIR_MACOS@defaults/isp/US/movemail.rdf
@DIR_MACOS@defaults/isp/US/rss.rdf
@DIR_MACOS@defaults/isp/US/
@DIR_MACOS@defaults/isp/
@DIR_MACOS@defaults/messenger/SpamAssassin.sfd
@DIR_MACOS@defaults/messenger/SpamPal.sfd
@DIR_MACOS@defaults/messenger/en-US/mailViews.dat
@DIR_MACOS@defaults/messenger/US/mailViews.dat
@DIR_MACOS@defaults/pref/all.js
@DIR_MACOS@defaults/pref/editor.js
@DIR_MACOS@defaults/pref/inspector.js
@DIR_MACOS@defaults/pref/non-shared.txt
@DIR_MACOS@defaults/pref/security-prefs.js
@DIR_MACOS@defaults/pref/thunderbird.js
@DIR_MACOS@defaults/pref/winpref.js
@DIR_MACOS@defaults/pref/xpinstall.js
@DIR_MACOS@defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
@DIR_MACOS@defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/
@DIR_MACOS@defaults/profile/extensions/Extensions.rdf
@DIR_MACOS@defaults/profile/extensions/installed-extensions.txt
@DIR_MACOS@defaults/profile/extensions/
@DIR_MACOS@defaults/profile/US/localstore.rdf
@DIR_MACOS@defaults/profile/US/mimeTypes.rdf
@DIR_MACOS@defaults/profile/US/
#ifdef XP_WIN
defaults/shortcuts/Mozilla Thunderbird.lnk
defaults/shortcuts/Mozilla Thunderbird (No Extensions).lnk
defaults/shortcuts/
#endif
@DIR_MACOS@defaults/wallet/VcardSchema.tbl
@DIR_MACOS@defaults/wallet/FieldSchema.tbl
@DIR_MACOS@defaults/wallet/SchemaConcat.tbl
@DIR_MACOS@defaults/wallet/DistinguishedSchema.tbl
@DIR_MACOS@defaults/wallet/SchemaStrings.tbl
@DIR_MACOS@defaults/wallet/PositionalSchema.tbl
@DIR_MACOS@defaults/wallet/StateSchema.tbl
#ifdef MOZ_FOLD_LIBS
@DIR_MACOS@@DLL_PREFIX@nspr4@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@plds4@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@plc4@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@ssl3@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@smime3@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@nssutil3@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
#endif
# Remove obsolete bundled thunderbird test pilot.
# In the average case, this directory is only used by Test Pilot, and will get
# removed by the updater. In some cases (eg, partner builds), distribution/
# will have other files and/or directories in it. In these cases, the updater
# will print a non-fatal error and continue on, because we're not appending
# '*' to force a recursive removal.
@DIR_MACOS@distribution/
@DIR_MACOS@distribution/extensions/
@DIR_MACOS@distribution/extensions/tbtestpilot@labs.mozilla.com.xpi
# Since then, the following were added:
# Remove unpacked lightning extension.
#ifdef NIGHTLY_BUILD
@ -160,699 +79,3 @@
@DIR_RESOURCES@distribution/extensions/
@DIR_RESOURCES@distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/*
#endif
@DIR_MACOS@greprefs/all.js
@DIR_MACOS@greprefs/security-prefs.js
@DIR_MACOS@greprefs/xpinstall.js
@DIR_MACOS@greprefs/
@DIR_MACOS@hyphenation/
@DIR_MACOS@hyphenation/hyph_af.dic
@DIR_MACOS@hyphenation/hyph_bg.dic
@DIR_MACOS@hyphenation/hyph_ca.dic
@DIR_MACOS@hyphenation/hyph_cy.dic
@DIR_MACOS@hyphenation/hyph_da.dic
@DIR_MACOS@hyphenation/hyph_de-1901.dic
@DIR_MACOS@hyphenation/hyph_de-1996.dic
@DIR_MACOS@hyphenation/hyph_de-CH.dic
@DIR_MACOS@hyphenation/hyph_en_US.dic
@DIR_MACOS@hyphenation/hyph_eo.dic
@DIR_MACOS@hyphenation/hyph_es.dic
@DIR_MACOS@hyphenation/hyph_et.dic
@DIR_MACOS@hyphenation/hyph_fi.dic
@DIR_MACOS@hyphenation/hyph_fr.dic
@DIR_MACOS@hyphenation/hyph_gl.dic
@DIR_MACOS@hyphenation/hyph_hr.dic
@DIR_MACOS@hyphenation/hyph_hsb.dic
@DIR_MACOS@hyphenation/hyph_hu.dic
@DIR_MACOS@hyphenation/hyph_ia.dic
@DIR_MACOS@hyphenation/hyph_is.dic
@DIR_MACOS@hyphenation/hyph_it.dic
@DIR_MACOS@hyphenation/hyph_kmr.dic
@DIR_MACOS@hyphenation/hyph_la.dic
@DIR_MACOS@hyphenation/hyph_lt.dic
@DIR_MACOS@hyphenation/hyph_mn.dic
@DIR_MACOS@hyphenation/hyph_nb.dic
@DIR_MACOS@hyphenation/hyph_nl.dic
@DIR_MACOS@hyphenation/hyph_nn.dic
@DIR_MACOS@hyphenation/hyph_pt.dic
@DIR_MACOS@hyphenation/hyph_ru.dic
@DIR_MACOS@hyphenation/hyph_sh.dic
@DIR_MACOS@hyphenation/hyph_sl.dic
@DIR_MACOS@hyphenation/hyph_sv.dic
@DIR_MACOS@hyphenation/hyph_tr.dic
@DIR_MACOS@hyphenation/hyph_uk.dic
#ifdef MOZ_WIDGET_GTK
icons/mozicon128.png
icons/mozicon16.xpm
icons/mozicon50.xpm
#endif
@DIR_MACOS@init.d/README
#ifdef XP_MACOSX
@DIR_MACOS@isp/dotmac.rdf
#endif
@DIR_MACOS@isp/gmail.rdf
@DIR_MACOS@isp/af/gmail.rdf
@DIR_MACOS@isp/be/gmail.rdf
@DIR_MACOS@isp/bg/gmail.rdf
@DIR_MACOS@isp/ca/gmail.rdf
@DIR_MACOS@isp/cs/gmail.rdf
@DIR_MACOS@isp/da/gmail.rdf
@DIR_MACOS@isp/de/googlemail.rdf
@DIR_MACOS@isp/el/gmail.rdf
@DIR_MACOS@isp/en-US/gmail.rdf
@DIR_MACOS@isp/en-GB/googlemail.rdf
@DIR_MACOS@isp/es-ES/gmail.rdf
@DIR_MACOS@isp/es-AR/gmail.rdf
@DIR_MACOS@isp/eu/gmail.rdf
@DIR_MACOS@isp/fi/gmail.rdf
@DIR_MACOS@isp/fr/gmail.rdf
@DIR_MACOS@isp/fy-NL/gmail.rdf
@DIR_MACOS@isp/ga-IE/gmail.rdf
@DIR_MACOS@isp/gu-IN/gmail.rdf
@DIR_MACOS@isp/he/gmail.rdf
@DIR_MACOS@isp/hu/gmail.rdf
@DIR_MACOS@isp/it/gmail.rdf
@DIR_MACOS@isp/ja/gmail.rdf
@DIR_MACOS@isp/ja-JP/gmail.rdf
@DIR_MACOS@isp/ka/gmail.rdf
@DIR_MACOS@isp/ko/gmail.rdf
@DIR_MACOS@isp/lt/gmail.rdf
@DIR_MACOS@isp/mk/gmail.rdf
@DIR_MACOS@isp/mn/gmail.rdf
@DIR_MACOS@isp/nb-NO/gmail.rdf
@DIR_MACOS@isp/ne-NP/gmail.rdf
@DIR_MACOS@isp/nl/gmail.rdf
@DIR_MACOS@isp/nn-NO/gmail.rdf
@DIR_MACOS@isp/pa-IN/gmail.rdf
@DIR_MACOS@isp/pl/gmail.rdf
@DIR_MACOS@isp/pt-BR/gmail.rdf
@DIR_MACOS@isp/pt-PT/gmail.rdf
@DIR_MACOS@isp/ro/gmail.rdf
@DIR_MACOS@isp/ru/gmail.rdf
@DIR_MACOS@isp/sk/gmail.rdf
@DIR_MACOS@isp/sl/gmail.rdf
@DIR_MACOS@isp/sv-SE/gmail.rdf
@DIR_MACOS@isp/tr/gmail.rdf
@DIR_MACOS@isp/uk/gmail.rdf
@DIR_MACOS@isp/zh-CN/gmail.rdf
@DIR_MACOS@isp/zh-TW/gmail.rdf
@DIR_MACOS@license.html
@DIR_MACOS@LICENSE.txt
@DIR_MACOS@modules/JSON.jsm
@DIR_MACOS@modules/quickSearchManager.js
@DIR_MACOS@mozilla-runtime@BIN_SUFFIX@
#ifdef XP_MACOSX
Contents/Plug-Ins/PrintPDE.plugin/Contents/Info.plist
Contents/Plug-Ins/PrintPDE.plugin/Contents/MacOS/PrintPDE
Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/Localizable.strings
Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/classes.nib
Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/info.nib
Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/objects.xib
#endif
@DIR_MACOS@plugins/
@DIR_MACOS@README.txt
@DIR_MACOS@res/bloatcycle.html
@DIR_MACOS@res/broken-image.gif
@DIR_MACOS@res/cmessage.txt
@DIR_MACOS@res/arrow.gif
@DIR_MACOS@res/arrowd.gif
@DIR_MACOS@res/charsetData.properties
@DIR_MACOS@res/charsetalias.properties
@DIR_MACOS@res/forms.css
@DIR_MACOS@res/hiddenWindow.html
@DIR_MACOS@res/html.css
@DIR_MACOS@res/maccharset.properties
@DIR_MACOS@res/mathml.css
@DIR_MACOS@res/os2charset.properties
@DIR_MACOS@res/quirk.css
@DIR_MACOS@res/ua.css
@DIR_MACOS@res/viewsource.css
@DIR_MACOS@res/unixcharset.properties
@DIR_MACOS@res/wincharset.properties
@DIR_MACOS@res/loading-image.gif
@DIR_MACOS@res/platform-forms.css
@DIR_MACOS@res/sample.unixpsfonts.properties
@DIR_MACOS@res/builtin/htmlBindings.xml
@DIR_MACOS@res/builtin/platformHTMLBindings.xml
@DIR_MACOS@res/builtin/
#ifdef XP_MACOSX
@DIR_MACOS@res/cursors/CVS/Entries
@DIR_MACOS@res/cursors/CVS/Repository
@DIR_MACOS@res/cursors/CVS/Root
@DIR_MACOS@res/cursors/CVS/Tag
#endif
@DIR_MACOS@res/fonts/fontEncoding.properties
@DIR_MACOS@res/fonts/pangoFontEncoding.properties
@DIR_MACOS@res/html/gopher-audio.gif
@DIR_MACOS@res/html/gopher-binary.gif
@DIR_MACOS@res/html/gopher-find.gif
@DIR_MACOS@res/html/gopher-image.gif
@DIR_MACOS@res/html/gopher-menu.gif
@DIR_MACOS@res/html/gopher-movie.gif
@DIR_MACOS@res/html/gopher-sound.gif
@DIR_MACOS@res/html/gopher-telnet.gif
@DIR_MACOS@res/html/gopher-text.gif
@DIR_MACOS@res/html/gopher-unknown.gif
@DIR_MACOS@@DLL_PREFIX@sqlite3@DLL_SUFFIX@
#ifdef XP_MACOSX
@DIR_MACOS@Thunderbird.app/Contents/Library/Spotlight/Thunderbird.mdimporter/Contents/Info.plist
@DIR_MACOS@Thunderbird.app/Contents/Library/Spotlight/Thunderbird.mdimporter/Contents/MacOS/Thunderbird
@DIR_MACOS@Thunderbird.app/Contents/Library/Spotlight/Thunderbird.mdimporter/Contents/Resources/schema.xml
@DIR_MACOS@Thunderbird.app/Contents/Library/Spotlight/Thunderbird.mdimporter/Contents/Resources/English.lproj/InfoPlist.strings
@DIR_MACOS@Thunderbird.app/Contents/Library/Spotlight/Thunderbird.mdimporter/Contents/Resources/English.lproj/schema.strings
#endif
#ifdef XP_WIN
uninstall/UninstallThunderbird.exe
uninstall/uninst.exe
uninstall/uninstall.exe
#endif
#ifdef XP_MACOSX
@DIR_MACOS@updater.app/Contents/MacOS/updater.ini
#endif
@DIR_MACOS@.autoreg
@DIR_MACOS@component.reg
@DIR_MACOS@@DLL_PREFIX@jemalloc@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@mozutils@DLL_SUFFIX@
#ifdef XP_WIN
mozcrt19.dll
mozcpp19.dll
#endif
#ifdef MOZ_STATIC_JS
@DIR_MACOS@@DLL_PREFIX@mozjs@DLL_SUFFIX@
#endif
@DIR_MACOS@mozilla-installer-bin
@DIR_MACOS@nsldap32v50.dll
@DIR_MACOS@@DLL_PREFIX@ldap50@DLL_SUFFIX@
@DIR_MACOS@nsldappr32v50.dll
@DIR_MACOS@@DLL_PREFIX@prldap50@DLL_SUFFIX@
#ifdef XP_WIN
nsldap32v60.dll
nsldappr32v60.dll
nsldif32v60.dll
#endif
@DIR_MACOS@redo-prebinding.sh
@DIR_MACOS@regxpcom.exe
#ifdef XP_WIN
xpicleanup.exe
#else
@DIR_MACOS@xpicleanup
#endif
@DIR_MACOS@@DLL_PREFIX@xpcom@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@xpcom_compat@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@xpistub@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@zlib@DLL_SUFFIX@
#ifdef XP_WIN
js3250.dll
#endif
# ****************************************************************************
# * End generic removals section. *
# ****************************************************************************
# ****************************************************************************
# * Remove the files that were included in the omnijar at the time of the *
# * switch to omnijar. If a file is removed from the build later, it should *
# * be moved up to the generic removals section, but new files need not be *
# * added to this section. *
# ****************************************************************************
#ifdef MOZ_OMNIJAR
@DIR_MACOS@omni.jar
@DIR_MACOS@chrome/@AB_CD@.jar
@DIR_MACOS@chrome/@AB_CD@.manifest
@DIR_MACOS@chrome/classic.jar
@DIR_MACOS@chrome/classic.manifest
@DIR_MACOS@chrome/comm.jar
@DIR_MACOS@chrome/comm.manifest
@DIR_MACOS@chrome/gloda.jar
@DIR_MACOS@chrome/gloda.manifest
@DIR_MACOS@chrome/localized.manifest
@DIR_MACOS@chrome/messenger.jar
@DIR_MACOS@chrome/messenger.manifest
@DIR_MACOS@chrome/newsblog.jar
@DIR_MACOS@chrome/newsblog.manifest
@DIR_MACOS@chrome/nonlocalized.manifest
@DIR_MACOS@chrome/pippki.jar
@DIR_MACOS@chrome/pippki.manifest
@DIR_MACOS@chrome/toolkit.jar
@DIR_MACOS@chrome/toolkit.manifest
@DIR_MACOS@components/addonManager.js
@DIR_MACOS@components/amContentHandler.js
@DIR_MACOS@components/amWebInstallListener.js
@DIR_MACOS@components/binary.manifest
@DIR_MACOS@components/ConsoleAPI.js
@DIR_MACOS@components/contentAreaDropListener.js
@DIR_MACOS@components/contentSecurityPolicy.js
@DIR_MACOS@components/crypto-SDR.js
@DIR_MACOS@components/FeedProcessor.js
@DIR_MACOS@components/glautocomp.js
@DIR_MACOS@components/GPSDGeolocationProvider.js
@DIR_MACOS@components/interfaces.manifest
@DIR_MACOS@components/jsconsole-clhandler.js
@DIR_MACOS@components/jsmimeemitter.js
@DIR_MACOS@components/mailContentHandler.js
@DIR_MACOS@components/mdn-service.js
@DIR_MACOS@components/msgAsyncPrompter.js
@DIR_MACOS@components/NetworkGeolocationProvider.js
@DIR_MACOS@components/newsblog.js
@DIR_MACOS@components/newsblog.manifest
@DIR_MACOS@components/nsAbAutoCompleteMyDomain.js
@DIR_MACOS@components/nsAbAutoCompleteSearch.js
@DIR_MACOS@components/nsAbLDAPAttributeMap.js
@DIR_MACOS@components/nsActivity.js
@DIR_MACOS@components/nsActivityManager.js
@DIR_MACOS@components/nsActivityManagerUI.js
@DIR_MACOS@components/nsBadCertHandler.js
@DIR_MACOS@components/nsContentDispatchChooser.js
@DIR_MACOS@components/nsDefaultCLH.js
@DIR_MACOS@components/nsDownloadManagerUI.js
#ifdef XP_UNIX
#ifndef XP_MACOSX
components/nsFilePicker.js
#endif
#endif
@DIR_MACOS@components/nsFormAutoComplete.js
@DIR_MACOS@components/nsFormHistory.js
@DIR_MACOS@components/nsHandlerService.js
@DIR_MACOS@components/nsHelperAppDlg.js
@DIR_MACOS@components/nsINIProcessor.js
@DIR_MACOS@components/nsInputListAutoComplete.js
@DIR_MACOS@components/nsLDAPProtocolHandler.js
@DIR_MACOS@components/nsLivemarkService.js
@DIR_MACOS@components/nsLoginInfo.js
@DIR_MACOS@components/nsLoginManager.js
@DIR_MACOS@components/nsLoginManagerPrompter.js
@DIR_MACOS@components/nsMailDefaultHandler.js
@DIR_MACOS@components/nsMailNewsCommandLineHandler.js
@DIR_MACOS@components/nsMicrosummaryService.js
@DIR_MACOS@components/nsMsgTraitService.js
@DIR_MACOS@components/nsPhishingProtectionApplication.js
@DIR_MACOS@components/nsPlacesAutoComplete.js
@DIR_MACOS@components/nsPlacesDBFlush.js
@DIR_MACOS@components/nsPlacesExpiration.js
@DIR_MACOS@components/nsPrompter.js
@DIR_MACOS@components/nsSMTPProtocolHandler.js
@DIR_MACOS@components/nsSetDefaultMail.js
@DIR_MACOS@components/nsTaggingService.js
@DIR_MACOS@components/nsTryToClose.js
@DIR_MACOS@components/nsURLFormatter.js
@DIR_MACOS@components/nsUpdateService.js
@DIR_MACOS@components/nsUpdateServiceStub.js
@DIR_MACOS@components/nsUpdateTimerManager.js
@DIR_MACOS@components/nsUrlClassifierLib.js
@DIR_MACOS@components/nsUrlClassifierListManager.js
@DIR_MACOS@components/nsWebHandlerApp.js
@DIR_MACOS@components/offlineStartup.js
@DIR_MACOS@components/PlacesCategoriesStarter.js
@DIR_MACOS@components/smime-service.js
@DIR_MACOS@components/storage-Legacy.js
@DIR_MACOS@components/storage-mozStorage.js
@DIR_MACOS@components/txEXSLTRegExFunctions.js
@DIR_MACOS@defaults/autoconfig/platform.js
@DIR_MACOS@defaults/autoconfig/prefcalls.js
@DIR_MACOS@defaults/pref/all-l10n.js
@DIR_MACOS@defaults/pref/all-thunderbird.js
@DIR_MACOS@defaults/pref/composer.js
@DIR_MACOS@defaults/pref/mailnews.js
@DIR_MACOS@defaults/pref/mdn.js
@DIR_MACOS@defaults/pref/smime.js
@DIR_MACOS@defaults/pref/thunderbird-branding.js
@DIR_MACOS@defaults/profile/localstore.rdf
@DIR_MACOS@defaults/profile/mimeTypes.rdf
@DIR_MACOS@defaults/profile/prefs.js
@DIR_MACOS@defaults/greprefs.js
@DIR_MACOS@modules/AddonLogging.jsm
@DIR_MACOS@modules/AddonManager.jsm
@DIR_MACOS@modules/AddonRepository.jsm
@DIR_MACOS@modules/AddonUpdateChecker.jsm
@DIR_MACOS@modules/CSPUtils.jsm
@DIR_MACOS@modules/CertUtils.jsm
@DIR_MACOS@modules/CommonDialog.jsm
@DIR_MACOS@modules/CrashSubmit.jsm
@DIR_MACOS@modules/DownloadLastDir.jsm
@DIR_MACOS@modules/DownloadPaths.jsm
#ifdef XP_WIN
modules/DownloadTaskbarProgress.jsm
#endif
@DIR_MACOS@modules/DownloadUtils.jsm
@DIR_MACOS@modules/FileUtils.jsm
@DIR_MACOS@modules/Geometry.jsm
@DIR_MACOS@modules/IOUtils.js
@DIR_MACOS@modules/ISO8601DateUtils.jsm
@DIR_MACOS@modules/InlineSpellChecker.jsm
@DIR_MACOS@modules/LightweightThemeConsumer.jsm
@DIR_MACOS@modules/LightweightThemeManager.jsm
@DIR_MACOS@modules/MailConsts.js
@DIR_MACOS@modules/MailUtils.js
@DIR_MACOS@modules/Microformats.js
@DIR_MACOS@modules/MsgHdrSyntheticView.js
@DIR_MACOS@modules/NetUtil.jsm
@DIR_MACOS@modules/PerfMeasurement.jsm
@DIR_MACOS@modules/PlacesDBUtils.jsm
@DIR_MACOS@modules/PlacesUtils.jsm
@DIR_MACOS@modules/PluginProvider.jsm
@DIR_MACOS@modules/PluralForm.jsm
@DIR_MACOS@modules/PopupNotifications.jsm
@DIR_MACOS@modules/SearchIntegration.js
@DIR_MACOS@modules/Services.jsm
@DIR_MACOS@modules/SpatialNavigation.js
#ifdef XP_MACOSX
@DIR_MACOS@modules/SpotlightIntegration.js
#endif
@DIR_MACOS@modules/StringBundle.js
#ifdef XP_WIN
modules/WinSearchIntegration.js
#endif
@DIR_MACOS@modules/WindowDraggingUtils.jsm
@DIR_MACOS@modules/XPCOMUtils.jsm
@DIR_MACOS@modules/XPIProvider.jsm
@DIR_MACOS@modules/activity/activityModules.js
@DIR_MACOS@modules/activity/alertHook.js
@DIR_MACOS@modules/activity/autosync.js
@DIR_MACOS@modules/activity/glodaIndexer.js
@DIR_MACOS@modules/activity/moveCopy.js
@DIR_MACOS@modules/activity/pop3Download.js
@DIR_MACOS@modules/activity/sendLater.js
@DIR_MACOS@modules/appIdleManager.js
@DIR_MACOS@modules/attachmentChecker.js
@DIR_MACOS@modules/ctypes.jsm
@DIR_MACOS@modules/dbViewWrapper.js
@DIR_MACOS@modules/displayNameutils.js
@DIR_MACOS@modules/debug.js
@DIR_MACOS@modules/errUtils.js
@DIR_MACOS@modules/folderUtils.jsm
@DIR_MACOS@modules/gloda/collection.js
@DIR_MACOS@modules/gloda/connotent.js
@DIR_MACOS@modules/gloda/databind.js
@DIR_MACOS@modules/gloda/datamodel.js
@DIR_MACOS@modules/gloda/datastore.js
@DIR_MACOS@modules/gloda/dbview.js
@DIR_MACOS@modules/gloda/everybody.js
@DIR_MACOS@modules/gloda/explattr.js
@DIR_MACOS@modules/gloda/facet.js
@DIR_MACOS@modules/gloda/fundattr.js
@DIR_MACOS@modules/gloda/gloda.js
@DIR_MACOS@modules/gloda/index_ab.js
@DIR_MACOS@modules/gloda/index_msg.js
@DIR_MACOS@modules/gloda/indexer.js
@DIR_MACOS@modules/gloda/log4moz.js
@DIR_MACOS@modules/gloda/mimeTypeCategories.js
@DIR_MACOS@modules/gloda/mimemsg.js
@DIR_MACOS@modules/gloda/msg_search.js
@DIR_MACOS@modules/gloda/noun_freetag.js
@DIR_MACOS@modules/gloda/noun_mimetype.js
@DIR_MACOS@modules/gloda/noun_tag.js
@DIR_MACOS@modules/gloda/public.js
@DIR_MACOS@modules/gloda/query.js
@DIR_MACOS@modules/gloda/suffixtree.js
@DIR_MACOS@modules/gloda/utils.js
@DIR_MACOS@modules/iteratorUtils.jsm
@DIR_MACOS@modules/jsTreeSelection.js
@DIR_MACOS@modules/mailMigrator.js
@DIR_MACOS@modules/mailViewManager.js
@DIR_MACOS@modules/mailnewsMigrator.js
@DIR_MACOS@modules/nsFormAutoCompleteResult.jsm
@DIR_MACOS@modules/quickFilterManager.js
@DIR_MACOS@modules/searchSpec.js
@DIR_MACOS@modules/sessionStoreManager.js
@DIR_MACOS@modules/summaryFrameManager.js
@DIR_MACOS@modules/templateUtils.js
@DIR_MACOS@modules/traceHelper.js
@DIR_MACOS@modules/utils.js
@DIR_MACOS@modules/virtualFolderWrapper.js
@DIR_MACOS@res/EditorOverride.css
@DIR_MACOS@res/contenteditable.css
@DIR_MACOS@res/designmode.css
@DIR_MACOS@res/dtd/mathml.dtd
@DIR_MACOS@res/dtd/xhtml11.dtd
@DIR_MACOS@res/fonts/mathfont.properties
@DIR_MACOS@res/fonts/mathfontSTIXNonUnicode.properties
@DIR_MACOS@res/fonts/mathfontSTIXSize1.properties
@DIR_MACOS@res/fonts/mathfontSTIXSizeOneSym.properties
@DIR_MACOS@res/fonts/mathfontStandardSymbolsL.properties
#ifdef XP_WIN
res/fonts/mathfontSymbol.properties
#endif
@DIR_MACOS@res/fonts/mathfontUnicode.properties
@DIR_MACOS@res/grabber.gif
@DIR_MACOS@res/html/folder.png
@DIR_MACOS@res/langGroups.properties
@DIR_MACOS@res/language.properties
@DIR_MACOS@res/svg.css
@DIR_MACOS@res/table-add-column-after-active.gif
@DIR_MACOS@res/table-add-column-after-hover.gif
@DIR_MACOS@res/table-add-column-after.gif
@DIR_MACOS@res/table-add-column-before-active.gif
@DIR_MACOS@res/table-add-column-before-hover.gif
@DIR_MACOS@res/table-add-column-before.gif
@DIR_MACOS@res/table-add-row-after-active.gif
@DIR_MACOS@res/table-add-row-after-hover.gif
@DIR_MACOS@res/table-add-row-after.gif
@DIR_MACOS@res/table-add-row-before-active.gif
@DIR_MACOS@res/table-add-row-before-hover.gif
@DIR_MACOS@res/table-add-row-before.gif
@DIR_MACOS@res/table-remove-column-active.gif
@DIR_MACOS@res/table-remove-column-hover.gif
@DIR_MACOS@res/table-remove-column.gif
@DIR_MACOS@res/table-remove-row-active.gif
@DIR_MACOS@res/table-remove-row-hover.gif
@DIR_MACOS@res/table-remove-row.gif
#else
@DIR_MACOS@components/binary.manifest
@DIR_MACOS@omni.jar
@DIR_MACOS@omni.ja
#endif
# ****************************************************************************
# * Remove Talkback files from old location, where they were in 1.0.x *
# ****************************************************************************
@DIR_MACOS@components/BrandRes.dll
@DIR_MACOS@components/fullsoft.dll
@DIR_MACOS@components/master.ini
@DIR_MACOS@components/qfaservices.dll
@DIR_MACOS@components/talkback-l10n.ini
@DIR_MACOS@components/talkback.cnt
@DIR_MACOS@components/talkback.exe
@DIR_MACOS@components/talkback.hlp
@DIR_MACOS@components/libqfaservices.so
@DIR_MACOS@components/talkback/master.ini
@DIR_MACOS@components/talkback/talkback
@DIR_MACOS@components/talkback/talkback.so
@DIR_MACOS@components/talkback/XTalkback.ad
# **************************************************************************##
# * Remove Talkback files from new location, where they were in 1.5.x and *
# * 2.0.x. *
# ****************************************************************************
@DIR_MACOS@extensions/talkback@mozilla.org/
@DIR_MACOS@extensions/talkback@mozilla.org/install.rdf
@DIR_MACOS@extensions/talkback@mozilla.org/chrome.manifest
@DIR_MACOS@extensions/talkback@mozilla.org/components/@DLL_PREFIX@qfaservices@DLL_SUFFIX@
#ifdef XP_WIN
extensions/talkback@mozilla.org/components/BrandRes.dll
extensions/talkback@mozilla.org/components/fullsoft.dll
extensions/talkback@mozilla.org/components/master.ini
extensions/talkback@mozilla.org/components/talkback-l10n.ini
extensions/talkback@mozilla.org/components/talkback.cnt
extensions/talkback@mozilla.org/components/talkback.exe
extensions/talkback@mozilla.org/components/talkback.hlp
extensions/talkback@mozilla.org/InstallDisabled
#else
#ifdef XP_MACOSX
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/master.ini
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/talkback@DLL_SUFFIX@
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Info.plist
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/MacOS/Talkback
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/pbdevelopment.plist
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/PkgInfo
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/delete.tiff
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/disable.tiff
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/enable.tiff
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/ArchivingSettings.nib/classes.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/ArchivingSettings.nib/info.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/ArchivingSettings.nib/objects.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/InfoPlist.strings
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/IntroWizard.nib/classes.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/IntroWizard.nib/info.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/IntroWizard.nib/objects.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/Localizable.strings
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/MainMenu.nib/objects.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/ProxySettings.nib/classes.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/ProxySettings.nib/info.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/ProxySettings.nib/objects.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/SendingSettings.nib/classes.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/SendingSettings.nib/info.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/English.lproj/SendingSettings.nib/objects.nib
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/KeyInfoKeys.plist
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/KeyInfoSections.plist
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/send.tiff
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/sort_ascending.tiff
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/sort_descending.tiff
@DIR_MACOS@extensions/talkback@mozilla.org/components/talkback/Talkback.app/Contents/Resources/Talkback.icns
#else
extensions/talkback@mozilla.org/components/talkback/talkback
extensions/talkback@mozilla.org/components/talkback/XTalkback.ad
extensions/talkback@mozilla.org/components/talkback/master.ini
extensions/talkback@mozilla.org/components/talkback/talkback.so
#endif
#endif
# ****************************************************************************
# * End removing Talkback. *
# ****************************************************************************
# ****************************************************************************
# * Remove pre-extension PalmSync files. *
# ****************************************************************************
@DIR_MACOS@HSAPI.dll
@DIR_MACOS@CondMgr.dll
@DIR_MACOS@mozABConduit.dll
@DIR_MACOS@components/palmsync.dll
# ****************************************************************************
# * End pre-extensions PalmSync files. *
# ****************************************************************************
# ****************************************************************************
# * The first of two chunks of removing shared libraries: this removes the *
# * shared libraries if we are going from a current shared build to a static *
# * build, although unlikely, we'll keep them in here anyway. *
# * The next removes the Windows dlls that were present when *
# * we switched to static builds by default, in 2004-05. If a new library is *
# * added, it should be added here, if a library is removed, the dll should *
# * be added below if it was present in 2004. *
# ****************************************************************************
@DIR_MACOS@components/@DLL_PREFIX@accessibility@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@appshell@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@auth@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@autoconfig@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@caps@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@chardet@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@chrome@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@cmdlines@DLL_SUFFIX@
#else
@DIR_MACOS@components/@DLL_PREFIX@commandlines@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@composer@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@cookie@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@docshell@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@embedcomponents@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@fileview@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@gkgfxthebes@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@gklayout@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@gkplugin@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@gkwidget@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@gkparser@DLL_SUFFIX@
#else
@DIR_MACOS@components/@DLL_PREFIX@htmlpars@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@i18n@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@imgicon@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@imglib2@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@import@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@intlapp@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@jar50@DLL_SUFFIX@
#ifndef XP_WIN
@DIR_MACOS@components/@DLL_PREFIX@jsd@DLL_SUFFIX@
#else
components/@DLL_PREFIX@jsd3250@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@mail@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@mailcmp@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@mailcomps@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@mork@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@mozfind@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@mozldap@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@msgMapi@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@msgsmime@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@necko@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@appshell@DLL_SUFFIX@
components/@DLL_PREFIX@perms@DLL_SUFFIX@
#else
@DIR_MACOS@components/@DLL_PREFIX@nsappshell@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@permissions@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@pipboot@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@pipnss@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@pippki@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@xppref32@DLL_SUFFIX@
#else
@DIR_MACOS@components/@DLL_PREFIX@pref@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@rdf@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@remoteservice@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@spellchk@DLL_SUFFIX@
components/@DLL_PREFIX@strgcmps@DLL_SUFFIX@
#else
@DIR_MACOS@components/@DLL_PREFIX@spellchecker@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@storagecomps@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@system-pref@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@tkautoc@DLL_SUFFIX@
components/@DLL_PREFIX@tkitcmps@DLL_SUFFIX@
#else
@DIR_MACOS@components/@DLL_PREFIX@tkautocomplete@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@toolkitcomps@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@txmgr@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@uconv@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@ucvmath@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@universalchardet@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@unixproxy@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@osxproxy@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@webbrwsr@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@widget_mac@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@gkwidget@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@windowds@DLL_SUFFIX@
#ifdef XP_WIN
components/@DLL_PREFIX@xpautoc@DLL_SUFFIX@
components/@DLL_PREFIX@xpc3250@DLL_SUFFIX@
#else
@DIR_MACOS@components/@DLL_PREFIX@xpautocomplete@DLL_SUFFIX@
@DIR_MACOS@components/@DLL_PREFIX@xpconnect@DLL_SUFFIX@
#endif
@DIR_MACOS@components/@DLL_PREFIX@zipwriter@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@gfxpsshar@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@gkgfx@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@gtkxtbin@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@mozz@DLL_SUFFIX@
@DIR_MACOS@@DLL_PREFIX@thebes@DLL_SUFFIX@
#ifdef XP_WIN
xpcshell.exe
#else
@DIR_MACOS@xpcshell
#endif
# ****************************************************************************
# * End removing current shared libraries *
# ****************************************************************************
# ****************************************************************************
# * Remove the DLLs that were present at the time (2004-05) when we started *
# * shipping static builds on Windows, except for current shared libraries, *
# * which are removed above. *
# ****************************************************************************
@DIR_MACOS@components/appcomps.dll
@DIR_MACOS@components/editor.dll
@DIR_MACOS@components/gkgfxwin.dll
@DIR_MACOS@components/jsdom.dll
@DIR_MACOS@components/necko2.dll
@DIR_MACOS@components/nsprefm.dll
@DIR_MACOS@components/profile.dll
@DIR_MACOS@components/profilemigration.dll
@DIR_MACOS@components/wlltvwrs.dll
@DIR_MACOS@components/xmlextras.dll
# ****************************************************************************
# * End removing old shared dlls. *
# ****************************************************************************
#ifndef MOZ_MAINTENANCE_SERVICE
@DIR_MACOS@maintenanceservice.exe
@DIR_MACOS@maintenanceservice_installer.exe
#endif