Now that we're *not* repackaging tbird chrome, we shouldn't be removing the originals.

This commit is contained in:
bsmedberg%covad.net 2005-05-20 16:23:39 +00:00
parent 7eb98f8a3d
commit 1b8c99f218

View File

@ -90,26 +90,6 @@ NO_PKG_FILES = \
components/gkplugin.dll \
$(NULL)
ifeq ($(OS_ARCH), WINNT)
NO_PKG_FILES += \
chrome/en-unix.jar \
chrome/en-mac.jar \
$(NULL)
endif
ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
NO_PKG_FILES += \
chrome/messenger.jar \
chrome/pipnss.jar \
chrome/pippki.jar \
chrome/toolkit.jar \
chrome/classic.jar \
chrome/comm.jar \
chrome/US.jar \
$(NULL)
endif
ifeq ($(OS_ARCH), Darwin)
MOZ_PKG_APPNAME = Thunderbird
endif