From 1213f28e83dbfacd41b5d6678cd8991109e16e6d Mon Sep 17 00:00:00 2001 From: despotdaemon Date: Wed, 1 Sep 2004 17:02:15 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by knous@mozilla.org. git-svn-id: svn://10.0.0.236/trunk@161585 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index ad2ea5491bc..785bbac5cd2 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -310,10 +310,6 @@ $fullname{'93'} = 'Zlib'; sub GetT { ($b,$_) = (@_); if ($b eq 'HEAD') { -if (m:^mozilla/mailnews/[^/]*$:) {return '123';} -if (m:^mozilla/mailnews/mime/[^/]*$:) {return '124';} -if (m:^mozilla/java/xpcom/.*$:) {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:^CVSROOT/commitcheck\.pl$:) {return '3';} @@ -451,6 +447,10 @@ if (m:^js/src/xpconnect$:) {return '118';} if (m:^xpcom/reflect/xptcall$:) {return '118';} if (m:^xpcom/reflect/xptinfo$:) {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/java/xpcom/.*$:) {return '128';} +if (m:^mozilla/java/plugins/.*$:) {return '129';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}