branch cleanup (start page, nspr branch used for pull)

git-svn-id: svn://10.0.0.236/trunk@61762 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org 2000-02-27 10:18:24 +00:00
parent 817f77a55b
commit 71a0544fee
4 changed files with 4 additions and 4 deletions

View File

@ -197,7 +197,7 @@ sub Checkout()
# activate MacCVS # activate MacCVS
ActivateApplication('Mcvs'); ActivateApplication('Mcvs');
my($nsprpub_tag) = "NSPRPUB_RELEASE_4_0_20000223"; my($nsprpub_tag) = "SeaMonkey_M14_BRANCH";
#// #//
#// Checkout commands #// Checkout commands

View File

@ -95,7 +95,7 @@ CVSCO_NETWORK = $(CVSCO)
!if "$(NSPR_CO_TAG)" != "" !if "$(NSPR_CO_TAG)" != ""
NSPR_CO_FLAGS=-r $(NSPR_CO_TAG) NSPR_CO_FLAGS=-r $(NSPR_CO_TAG)
!else !else
NSPR_CO_FLAGS=-r NSPRPUB_RELEASE_4_0_20000218 NSPR_CO_FLAGS=-r SeaMonkey_M14_BRANCH
!endif !endif
CVSCO_NSPR = cvs -q $(CVS_FLAGS) co $(NSPR_CO_FLAGS) -P CVSCO_NSPR = cvs -q $(CVS_FLAGS) co $(NSPR_CO_FLAGS) -P

View File

@ -152,7 +152,7 @@ endif
NSPR_CO_MODULE = mozilla/nsprpub NSPR_CO_MODULE = mozilla/nsprpub
NSPR_CO_FLAGS := -P NSPR_CO_FLAGS := -P
CVSCO_NSPR = cvs $(CVS_FLAGS) co $(NSPR_CO_FLAGS) CVSCO_NSPR = cvs $(CVS_FLAGS) co $(NSPR_CO_FLAGS)
NSPR_CO_TAG = NSPRPUB_RELEASE_4_0_20000218 NSPR_CO_TAG = SeaMonkey_M14_BRANCH
ifdef NSPR_CO_TAG ifdef NSPR_CO_TAG
NSPR_CO_FLAGS := $(NSPR_CO_FLAGS) -r $(NSPR_CO_TAG) NSPR_CO_FLAGS := $(NSPR_CO_FLAGS) -r $(NSPR_CO_TAG)

View File

@ -50,7 +50,7 @@ pref("general.fullcircle_collect_ns_data", false);
pref("browser.enable_style_sheets", true); pref("browser.enable_style_sheets", true);
// 0 = blank, 1 = home (browser.startup.homepage), 2 = last // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
pref("browser.startup.page", 1); pref("browser.startup.page", 1);
pref("browser.startup.homepage", "http://www.mozilla.org/"); pref("browser.startup.homepage", "http://www.mozilla.org/projects/seamonkey/release-notes/m14.html");
// "browser.startup.homepage_override" was for 4.x // "browser.startup.homepage_override" was for 4.x
pref("browser.startup.homepage_override.1", true); pref("browser.startup.homepage_override.1", true);
pref("browser.startup.autoload_homepage", true); pref("browser.startup.autoload_homepage", true);