diff --git a/xpinstall/packager/packages-mac b/xpinstall/packager/packages-mac index d10a458234cf..12aef19424e8 100644 --- a/xpinstall/packager/packages-mac +++ b/xpinstall/packager/packages-mac @@ -151,7 +151,8 @@ viewer:chrome:bookmarks:* viewer:chrome:editor:* -viewer:chrome:editor:content:default:EditorInitPage.html -viewer:chrome:editor:content:default:EditorInitPagePlain.html --viewer:chrome:editor:content:default:TextEditorAppShell.xul +;Include this for "debug" testing - remove for actual beta release: +;-viewer:chrome:editor:content:default:TextEditorAppShell.xul -viewer:chrome:editor:content:default:sb-bookmarks-panel.xul -viewer:chrome:editor:content:default:sb-bookmarks.js -viewer:chrome:editor:content:default:sb-file-contextMenu.js diff --git a/xpinstall/packager/packages-unix b/xpinstall/packager/packages-unix index 45e7ed878ee8..57a53f99b86d 100644 --- a/xpinstall/packager/packages-unix +++ b/xpinstall/packager/packages-unix @@ -147,7 +147,8 @@ bin/chrome/directory/* bin/chrome/editor/* -bin/chrome/editor/content/default/EditorInitPage.html -bin/chrome/editor/content/default/EditorInitPagePlain.html --bin/chrome/editor/content/default/TextEditorAppShell.xul +;Include this for "debug" testing - remove for actual beta release: +;-bin/chrome/editor/content/default/TextEditorAppShell.xul -bin/chrome/editor/content/default/sb-bookmarks-panel.xul -bin/chrome/editor/content/default/sb-bookmarks.js -bin/chrome/editor/content/default/sb-file-contextMenu.js diff --git a/xpinstall/packager/packages-win b/xpinstall/packager/packages-win index f2b98c03d2c4..b261f942c21c 100644 --- a/xpinstall/packager/packages-win +++ b/xpinstall/packager/packages-win @@ -163,7 +163,8 @@ bin\chrome\directory\* bin\chrome\editor\* -bin\chrome\editor\content\default\EditorInitPage.html -bin\chrome\editor\content\default\EditorInitPagePlain.html --bin\chrome\editor\content\default\TextEditorAppShell.xul +;Include this for "debug" testing - remove for actual beta release: +;-bin\chrome\editor\content\default\TextEditorAppShell.xul -bin\chrome\editor\content\default\sb-bookmarks-panel.xul -bin\chrome\editor\content\default\sb-bookmarks.js -bin\chrome\editor\content\default\sb-file-contextMenu.js