Bug 415330 - XPInstall leftovers in package files, r=ted, a=blocker
git-svn-id: svn://10.0.0.236/trunk@245291 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
57700d6ddf
commit
79ee08d9ac
@ -39,7 +39,6 @@ searchplugins/yahoo.gif
|
||||
searchplugins/
|
||||
#ifdef MOZ_ENABLE_LIBXUL
|
||||
@DLL_PREFIX@xpcom_core@DLL_SUFFIX@
|
||||
@DLL_PREFIX@xpistub@DLL_SUFFIX@
|
||||
components/@DLL_PREFIX@jar50@DLL_SUFFIX@
|
||||
#ifdef XP_WIN
|
||||
components/jsd3250.dll
|
||||
@ -48,7 +47,6 @@ components/xpinstal.dll
|
||||
components/@DLL_PREFIX@jsd@DLL_SUFFIX@
|
||||
components/@DLL_PREFIX@xpinstall@DLL_SUFFIX@
|
||||
#endif
|
||||
components/@DLL_PREFIX@jar50@DLL_SUFFIX@
|
||||
#else
|
||||
#ifdef XP_MACOSX
|
||||
XUL
|
||||
@ -56,6 +54,7 @@ XUL
|
||||
@DLL_PREFIX@xul@DLL_SUFFIX@
|
||||
#endif
|
||||
#endif
|
||||
@DLL_PREFIX@xpistub@DLL_SUFFIX@
|
||||
component.reg
|
||||
components/compreg.dat
|
||||
components/@DLL_PREFIX@myspell@DLL_SUFFIX@
|
||||
@ -529,6 +528,7 @@ extensions/talkback@mozilla.org/components/talkback/talkback.so
|
||||
#endif
|
||||
components/airbag.xpt
|
||||
components/nsUrlClassifierTable.js
|
||||
res/cmessage.txt
|
||||
res/html/gopher-audio.gif
|
||||
res/html/gopher-binary.gif
|
||||
res/html/gopher-find.gif
|
||||
@ -580,3 +580,8 @@ readme.txt
|
||||
#endif
|
||||
dictionaries/PL.dic
|
||||
dictionaries/PL.aff
|
||||
#ifdef XP_WIN
|
||||
xpicleanup.exe
|
||||
#else
|
||||
xpicleanup
|
||||
#endif
|
||||
|
||||
@ -35,7 +35,6 @@ bin/libplc4.so
|
||||
bin/libplds4.so
|
||||
bin/libxpcom.so
|
||||
bin/libxpcom_core.so
|
||||
bin/libxpistub.so
|
||||
bin/libnspr4.so
|
||||
bin/libxul.so
|
||||
bin/components/libxpinstall.so
|
||||
@ -50,9 +49,7 @@ bin/platform.ini
|
||||
bin/mozilla-xremote-client
|
||||
bin/run-mozilla.sh
|
||||
bin/plugins/libnullplugin.so
|
||||
bin/res/cmessage.txt
|
||||
bin/res/effective_tld_names.dat
|
||||
bin/xpicleanup
|
||||
bin/libsqlite3.so
|
||||
bin/README.txt
|
||||
bin/libjemalloc.so
|
||||
|
||||
@ -39,7 +39,6 @@ bin\nspr4.dll
|
||||
bin\xul.dll
|
||||
#else
|
||||
bin\xpcom_core.dll
|
||||
bin\xpistub.dll
|
||||
bin\components\xpinstal.dll
|
||||
bin\components\jar50.dll
|
||||
#endif
|
||||
@ -55,9 +54,7 @@ bin\@MOZ_APP_NAME@.exe
|
||||
bin\application.ini
|
||||
bin\platform.ini
|
||||
bin\plugins\npnul32.dll
|
||||
bin\res\cmessage.txt
|
||||
bin\res\effective_tld_names.dat
|
||||
bin\xpicleanup.exe
|
||||
bin\LICENSE
|
||||
bin\README.txt
|
||||
bin\sqlite3.dll
|
||||
|
||||
@ -71,7 +71,6 @@ NO_PKG_FILES = \
|
||||
res/arrow.gif \
|
||||
res/arrowd.gif \
|
||||
res/bloatcycle.html \
|
||||
res/cmessage.txt \
|
||||
res/html \
|
||||
res/loading-image.gif \
|
||||
res/rdf \
|
||||
|
||||
@ -201,6 +201,7 @@ isp/gmail.rdf
|
||||
components/@DLL_PREFIX@xpcom_compat_c@DLL_SUFFIX@
|
||||
@DLL_PREFIX@xpcom_compat@DLL_SUFFIX@
|
||||
@DLL_PREFIX@zlib@DLL_SUFFIX@
|
||||
@DLL_PREFIX@xpistub@DLL_SUFFIX@
|
||||
#Remove Talkback files from old location (in case user updates from 1.0.x)
|
||||
components/BrandRes.dll
|
||||
components/fullsoft.dll
|
||||
@ -228,6 +229,7 @@ components/myspell/en-US.dic
|
||||
components/myspell/en-US.aff
|
||||
regxpcom.exe
|
||||
components/xmlextras.xpt
|
||||
res/cmessage.txt
|
||||
res/html/gopher-audio.gif
|
||||
res/html/gopher-binary.gif
|
||||
res/html/gopher-find.gif
|
||||
@ -295,3 +297,9 @@ extensions/talkback@mozilla.org/components/talkback.so
|
||||
#endif
|
||||
components/airbag.xpt
|
||||
components/nsUrlClassifierTable.js
|
||||
components/nsScriptableIO.js
|
||||
#ifdef XP_WIN
|
||||
xpicleanup.exe
|
||||
#else
|
||||
xpicleanup
|
||||
#endif
|
||||
|
||||
@ -15,7 +15,6 @@ bin\isp\@AB_CD@\*
|
||||
[xpcom]
|
||||
bin\xpcom.dll
|
||||
bin\xpcom_core.dll
|
||||
bin\xpistub.dll
|
||||
bin\components\jar50.dll
|
||||
bin\nspr4.dll
|
||||
bin\plc4.dll
|
||||
@ -39,7 +38,6 @@ bin\components\newsblog.js
|
||||
|
||||
[mail]
|
||||
|
||||
bin\xpicleanup.exe
|
||||
bin\thunderbird.exe
|
||||
bin\application.ini
|
||||
bin\platform.ini
|
||||
|
||||
@ -64,3 +64,10 @@ components/search.xpt
|
||||
components/@DLL_PREFIX@srchsvc@DLL_SUFFIX@
|
||||
components/urlwidgt.xpt
|
||||
components/venkman-service.js
|
||||
@DLL_PREFIX@xpistub@DLL_SUFFIX@
|
||||
res/cmessage.txt
|
||||
#ifdef XP_WIN
|
||||
xpicleanup.exe
|
||||
#else
|
||||
xpicleanup
|
||||
#endif
|
||||
|
||||
@ -36,7 +36,6 @@ bin/libplds4.so
|
||||
bin/libthebes.so
|
||||
bin/libxpcom.so
|
||||
bin/libxpcom_core.so
|
||||
bin/libxpistub.so
|
||||
bin/libnspr4.so
|
||||
bin/libxul.so
|
||||
bin/components/libxpinstall.so
|
||||
@ -51,10 +50,8 @@ bin/mozilla-xremote-client
|
||||
bin/platform.ini
|
||||
bin/plugins/libnullplugin.so
|
||||
bin/README
|
||||
bin/res/cmessage.txt
|
||||
bin/res/effective_tld_names.dat
|
||||
bin/run-mozilla.sh
|
||||
bin/xpicleanup
|
||||
|
||||
; shared libraries
|
||||
bin/libgfxpsshar.so
|
||||
|
||||
@ -40,7 +40,6 @@ bin\plc4.dll
|
||||
bin\plds4.dll
|
||||
bin\xpcom.dll
|
||||
bin\xpcom_core.dll
|
||||
bin\xpistub.dll
|
||||
bin\nspr4.dll
|
||||
bin\xul.dll
|
||||
bin\components\jar50.dll
|
||||
@ -58,7 +57,6 @@ bin\seamonkey.exe
|
||||
bin\application.ini
|
||||
bin\platform.ini
|
||||
bin\regxpcom.exe
|
||||
bin\xpicleanup.exe
|
||||
bin\jsj3250.dll
|
||||
; GFX files
|
||||
bin\thebes.dll
|
||||
@ -366,7 +364,6 @@ bin\res\forms.css
|
||||
bin\res\contenteditable.css
|
||||
bin\res\designmode.css
|
||||
bin\res\viewsource.css
|
||||
bin\res\cmessage.txt
|
||||
bin\res\effective_tld_names.dat
|
||||
bin\res\EditorOverride.css
|
||||
bin\res\broken-image.gif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user