From bdb8dd5fb8d6125be5799f13c018fb65ea7ada7a Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" <leaf%mozilla.org> Date: Wed, 11 Sep 2002 18:34:54 +0000 Subject: [PATCH] backing out erroneous checkin to pull scripts --- .../mac/build_scripts/MozillaCheckoutList.txt | 18 +++++++++--------- client.mk | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build/mac/build_scripts/MozillaCheckoutList.txt b/build/mac/build_scripts/MozillaCheckoutList.txt index 463e814f26c49..577a8bbe95176 100644 --- a/build/mac/build_scripts/MozillaCheckoutList.txt +++ b/build/mac/build_scripts/MozillaCheckoutList.txt @@ -7,15 +7,15 @@ # mozilla/gc, , 10/25/2000 12:00:00 # -mozilla/nsprpub, MOZILLA_1_2a_RELEASE -mozilla/security/nss, MOZILLA_1_2a_RELEASE -mozilla/security/manager, MOZILLA_1_2a_RELEASE -mozilla/accessible, MOZILLA_1_2a_RELEASE -mozilla/directory/c-sdk, MOZILLA_1_2a_RELEASE -mozilla/lib/mac/Instrumentation, MOZILLA_1_2a_RELEASE -mozilla/gfx2, MOZILLA_1_2a_RELEASE -mozilla/modules/libpr0n MOZILLA_1_2a_RELEASE -SeaMonkeyAll MOZILLA_1_2a_RELEASE +mozilla/nsprpub, NSPRPUB_PRE_4_2_CLIENT_BRANCH +mozilla/security/nss, NSS_CLIENT_TAG +mozilla/security/manager, +mozilla/accessible, +mozilla/directory/c-sdk, ldapcsdk_50_client_branch +mozilla/lib/mac/Instrumentation +mozilla/gfx2 +mozilla/modules/libpr0n +SeaMonkeyAll ## You need this if you want to be able to use SVG ## Note that this library is under the LGPL, not the MPL #mozilla/other-licenses/libart_lgpl diff --git a/client.mk b/client.mk index c463841ea9d58..c753e2537917a 100644 --- a/client.mk +++ b/client.mk @@ -52,7 +52,7 @@ # # For branches, uncomment the MOZ_CO_TAG line with the proper tag, # and commit this file on that tag. -MOZ_CO_TAG = MOZILLA_1_2a_RELEASE +#MOZ_CO_TAG = <tag> NSPR_CO_TAG = NSPRPUB_PRE_4_2_CLIENT_BRANCH PSM_CO_TAG = #We will now build PSM from the tip instead of a branch. NSS_CO_TAG = NSS_CLIENT_TAG -- GitLab