diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 40f20d44776..6b88ddac77c 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -307,23 +307,6 @@ $fullname{'93'} = 'Zlib'; sub GetT { ($b,$_) = (@_); if ($b eq 'HEAD') { -if (m:^mozilla/content/base/.*$:) {return '103';} -if (m:^mozilla/content/events/.*$:) {return '103';} -if (m:^mozilla/content/html/content/.*$:) {return '103';} -if (m:^mozilla/content/html/document/.*$:) {return '103';} -if (m:^mozilla/dom/.*$:) {return '103';} -if (m:^mozilla/js/rhino/.*$:) {return '138';} -if (m:^mozilla/xpfe/.*$:) {return '137';} -if (m:^mozilla/js/tests$:) {return '114';} -if (m:^js/src/perlconnect$:) {return '111';} -if (m:^mozilla/silentdl/.*$:) {return '110';} -if (m:^mozilla/content/xsl/.*$:) {return '140';} -if (m:^mozilla/extensions/transformiix/.*$:) {return '140';} -if (m:^gfx/src/photon/.*$:) {return '113';} -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';} @@ -446,6 +429,23 @@ 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';} +if (m:^mozilla/content/html/document/.*$:) {return '103';} +if (m:^mozilla/dom/.*$:) {return '103';} +if (m:^mozilla/js/rhino/.*$:) {return '138';} +if (m:^mozilla/xpfe/.*$:) {return '137';} +if (m:^mozilla/js/tests$:) {return '114';} +if (m:^js/src/perlconnect$:) {return '111';} +if (m:^mozilla/silentdl/.*$:) {return '110';} +if (m:^mozilla/content/xsl/.*$:) {return '140';} +if (m:^mozilla/extensions/transformiix/.*$:) {return '140';} +if (m:^gfx/src/photon/.*$:) {return '113';} +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 ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}