From 8f48b056e448ce84e09ac5002a8433f25a651799 Mon Sep 17 00:00:00 2001 From: "despotdaemon%netscape.com" Date: Thu, 27 May 2004 00:11:52 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by myk@mozilla.org. git-svn-id: svn://10.0.0.236/trunk@156997 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 3190c8b1de2..4500dccd3cd 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -301,6 +301,28 @@ $fullname{'93'} = 'Zlib'; sub GetT { ($b,$_) = (@_); if ($b eq 'HEAD') { +if (m:^mozilla/modules/softupdt/.*$:) {return '87';} +if (m:^mozilla/content/xml/.*$:) {return '88';} +if (m:^mozilla/expat/.*$:) {return '88';} +if (m:^mozilla/extensions/xmlextras/.*$:) {return '88';} +if (m:^mozilla/xpcom/.*$:) {return '89';} +if (m:^xpcom/io$:) {return '90';} +if (m:^mozilla/modules/zlib/.*$:) {return '93';} +if (m:^gfx/src/xprint$:) {return '179';} +if (m:^mozilla/view/.*$:) {return '96';} +if (m:^mozilla/layout/base/.*$:) {return '98';} +if (m:^mozilla/layout/build/.*$:) {return '98';} +if (m:^mozilla/layout/doc/.*$:) {return '98';} +if (m:^mozilla/layout/html/.*$:) {return '98';} +if (m:^mozilla/layout/macbuild/.*$:) {return '98';} +if (m:^mozilla/layout/tools/.*$:) {return '98';} +if (m:^modules/libpr0n/decoders/mng/.*$:) {return '155';} +if (m:^mozilla/modules/libimg/mng/.*$:) {return '155';} +if (m:^mozilla/content/html/style/.*$:) {return '100';} +if (m:^mozilla/content/shared/.*$:) {return '100';} +if (m:^mozilla/embedding/.*$:) {return '101';} +if (m:^mozilla/webshell/.*$:) {return '101';} +if (m:^mozilla/htmlparser/.*$:) {return '102';} if (m:^mozilla/content/base/.*$:) {return '103';} if (m:^mozilla/content/events/.*$:) {return '103';} if (m:^mozilla/content/html/content/.*$:) {return '103';} @@ -415,28 +437,6 @@ if (m:^mozilla/modules/libpref/.*$:) {return '82';} if (m:^mozilla/modules/progress/.*$:) {return '83';} if (m:^mozilla/modules/libreg/.*$:) {return '84';} if (m:^mozilla/modules/security/.*$:) {return '86';} -if (m:^mozilla/modules/softupdt/.*$:) {return '87';} -if (m:^mozilla/content/xml/.*$:) {return '88';} -if (m:^mozilla/expat/.*$:) {return '88';} -if (m:^mozilla/extensions/xmlextras/.*$:) {return '88';} -if (m:^mozilla/xpcom/.*$:) {return '89';} -if (m:^xpcom/io$:) {return '90';} -if (m:^mozilla/modules/zlib/.*$:) {return '93';} -if (m:^gfx/src/xprint$:) {return '179';} -if (m:^mozilla/view/.*$:) {return '96';} -if (m:^mozilla/layout/base/.*$:) {return '98';} -if (m:^mozilla/layout/build/.*$:) {return '98';} -if (m:^mozilla/layout/doc/.*$:) {return '98';} -if (m:^mozilla/layout/html/.*$:) {return '98';} -if (m:^mozilla/layout/macbuild/.*$:) {return '98';} -if (m:^mozilla/layout/tools/.*$:) {return '98';} -if (m:^modules/libpr0n/decoders/mng/.*$:) {return '155';} -if (m:^mozilla/modules/libimg/mng/.*$:) {return '155';} -if (m:^mozilla/content/html/style/.*$:) {return '100';} -if (m:^mozilla/content/shared/.*$:) {return '100';} -if (m:^mozilla/embedding/.*$:) {return '101';} -if (m:^mozilla/webshell/.*$:) {return '101';} -if (m:^mozilla/htmlparser/.*$:) {return '102';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}