From 09f1fdecfd9623f8fc2cce07667973eb42024000 Mon Sep 17 00:00:00 2001 From: despotdaemon Date: Wed, 1 Nov 2006 22:14:06 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by knous@mozilla.org. git-svn-id: svn://10.0.0.236/trunk@214555 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 7d4d7610f71..50add250e80 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -336,26 +336,6 @@ if ($b eq 'BUGZILLA-2_22-BRANCH') { if (m:^mozilla/webtools/bugzilla/.*$:) {return '203';} } if ($b eq 'HEAD') { -if (m:^mozilla/xpcom/typelib/.*$:) {return '117';} -if (m:^mozilla/js/src/xpconnect/.*$:) {return '118';} -if (m:^mozilla/xpcom/libxpt/.*$:) {return '118';} -if (m:^mozilla/xpcom/reflect/.*$:) {return '118';} -if (m:^mozilla/mailnews/news/.*$:) {return '122';} -if (m:^mozilla/mailnews/[^/]*$:) {return '123';} -if (m:^mozilla/mailnews/mime/[^/]*$:) {return '124';} -if (m:^mozilla/extensions/java$:) {return '128';} -if (m:^mozilla/java/plugins/.*$:) {return '129';} -if (m:^mozilla/java/webclient/.*$:) {return '127';} -if (m:^mozilla/java/dom/.*$:) {return '130';} -if (m:^mozilla/java/util/.*$:) {return '133';} -if (m:^mozilla/content/xbl/[^/]*$:) {return '199';} -if (m:^mozilla/content/xbl/public/.*$:) {return '199';} -if (m:^mozilla/content/xbl/src/.*$:) {return '199';} -if (m:^mozilla/content/xtf/.*$:) {return '200';} -if (m:^mozilla/layout/xtf/.*$:) {return '200';} -if (m:^CVSROOT/commitcheck\.pl$:) {return '3';} -if (m:^CVSROOT/passwd$:) {return '3';} -if (m:^mozilla/extensions/xmlterm/.*$:) {return '141';} if (m:^mozilla/security/coreconf/.*$:) {return '145';} if (m:^mozilla/security/dbm/.*$:) {return '145';} if (m:^mozilla/security/jss/.*$:) {return '145';} @@ -511,6 +491,26 @@ if (m:^mozilla/layout/xul/.*$:) {return '106';} if (m:^mozilla/testing/.*$:) {return '202';} if (m:^mozilla/profile/.*$:) {return '120';} if (m:^mozilla/tools/.*$:) {return '112';} +if (m:^mozilla/xpcom/typelib/.*$:) {return '117';} +if (m:^mozilla/js/src/xpconnect/.*$:) {return '118';} +if (m:^mozilla/xpcom/libxpt/.*$:) {return '118';} +if (m:^mozilla/xpcom/reflect/.*$:) {return '118';} +if (m:^mozilla/mailnews/news/.*$:) {return '122';} +if (m:^mozilla/mailnews/[^/]*$:) {return '123';} +if (m:^mozilla/mailnews/mime/[^/]*$:) {return '124';} +if (m:^mozilla/extensions/java$:) {return '128';} +if (m:^mozilla/java/plugins/.*$:) {return '129';} +if (m:^mozilla/java/webclient/.*$:) {return '127';} +if (m:^mozilla/java/dom/.*$:) {return '130';} +if (m:^mozilla/java/util/.*$:) {return '133';} +if (m:^mozilla/content/xbl/[^/]*$:) {return '199';} +if (m:^mozilla/content/xbl/public/.*$:) {return '199';} +if (m:^mozilla/content/xbl/src/.*$:) {return '199';} +if (m:^mozilla/content/xtf/.*$:) {return '200';} +if (m:^mozilla/layout/xtf/.*$:) {return '200';} +if (m:^CVSROOT/commitcheck\.pl$:) {return '3';} +if (m:^CVSROOT/passwd$:) {return '3';} +if (m:^mozilla/extensions/xmlterm/.*$:) {return '141';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}