From fae4f426fea151d156bc67090c559959add8c684 Mon Sep 17 00:00:00 2001 From: "despotdaemon%netscape.com" Date: Sun, 27 Jun 2004 23:13:54 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by syamagu@mozilla.gr.jp. git-svn-id: svn://10.0.0.236/trunk@158533 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 554e3f72df5..6b88ddac77c 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -307,6 +307,11 @@ $fullname{'93'} = 'Zlib'; sub GetT { ($b,$_) = (@_); if ($b eq 'HEAD') { +if (m:^mozilla/tools/.*$:) {return '112';} +if (m:^xpcom/typelib$:) {return '117';} +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';} @@ -317,20 +322,20 @@ if (m:^mozilla/java/dom/.*$:) {return '130';} if (m:^mozilla/java/util/.*$:) {return '133';} 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/jss/.*$:) {return '145';} if (m:^mozilla/security/nss/.*$:) {return '145';} -if (m:^xpcom/remote$:) {return '143';} +if (m:^mozilla/extensions/xmlterm/.*$:) {return '141';} if (m:^composer$:) {return '173';} -if (m:^embedding/browser/gtk$:) {return '144';} +if (m:^xpcom/remote$:) {return '143';} if (m:^mozilla/[^/]*$:) {return '19';} -if (m:^mozilla/mstone/.*$:) {return '147';} +if (m:^embedding/browser/gtk$:) {return '144';} if (m:^mozilla/gfx/src/xlib/.*$:) {return '121';} if (m:^mozilla/widget/src/xlib/.*$:) {return '121';} if (m:^mozilla/widget/src/xlibxtbin/.*$:) {return '121';} -if (m:^mozilla/xpinstall/.*$:) {return '150';} +if (m:^mozilla/mstone/.*$:) {return '147';} if (m:^mozilla/ef/.*$:) {return '46';} +if (m:^mozilla/xpinstall/.*$:) {return '150';} if (m:^mozilla/gfx/src/gtk/.*$:) {return '49';} if (m:^mozilla/widget/src/gtk/.*$:) {return '49';} if (m:^mozilla/widget/src/gtk2/.*$:) {return '49';} @@ -441,11 +446,6 @@ if (m:^widget/src/photon/.*$:) {return '113';} if (m:^mozilla/content/xul/.*$:) {return '106';} if (m:^mozilla/layout/xul/.*$:) {return '106';} if (m:^mozilla/profile$:) {return '120';} -if (m:^mozilla/tools/.*$:) {return '112';} -if (m:^xpcom/typelib$:) {return '117';} -if (m:^js/src/xpconnect$:) {return '118';} -if (m:^xpcom/reflect/xptcall$:) {return '118';} -if (m:^xpcom/reflect/xptinfo$:) {return '118';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}