bug 546486 - packaged builds have a lot of 'test' specific bits in them r=mfinkle
--- a/mobile/installer/Makefile.in
+++ b/mobile/installer/Makefile.in
@@ -85,16 +85,31 @@ NO_PKG_FILES = \
regxpcom* \
xpcshell* \
xpidl* \
xpt_dump* \
xpt_link* \
bloaturls.txt \
run-mozilla.sh \
nsinstall \
+ *Test* \
+ *test* \
+ BadPlugin* \
+ GoodPlugin* \
+ ReadNTLM* \
+ ShowSSEConfig* \
+ SimpleTypeLib* \
+ WriteArgument* \
+ grabpage* \
+ js.exe \
+ js \
+ nsIFileEnumerator* \
+ proxy-create-threadsafety* \
+ rdfcat* \
+ rdfpoll* \
$(NULL)
ifndef SYSTEM_LIBXUL
NO_PKG_FILES += xulrunner
endif
# overwrite mobile-l10n.js with a matchOS=true one for multi-locale builds
ifeq ($(AB_CD),multi)