From: terry%netscape.com <> Date: Thu, 28 Jan 1999 08:04:28 +0000 (+0000) Subject: Added LXR; fixed owner of Mozbot. X-Git-Tag: bugzilla-2.2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a61bbc83d4c152c33ccc88070fd87ca2ce7c6949;p=thirdparty%2Fbugzilla.git Added LXR; fixed owner of Mozbot. --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 4788efabdd..26b6b5ef80 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -154,7 +154,8 @@ insert into components (value, program, initialowner) values ("xpidl", "NGLayout insert into components (value, program, initialowner) values ("Bonsai", "Webtools", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("Bugzilla", "Webtools", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("Despot", "Webtools", "terry@mozilla.org"); -insert into components (value, program, initialowner) values ("Mozbot", "Webtools", "harrison@netscape.com"); +insert into components (value, program, initialowner) values ("LXR", "Webtools", "endico@mozilla.org"); +insert into components (value, program, initialowner) values ("Mozbot", "Webtools", "terry@netscape.com"); insert into components (value, program, initialowner) values ("Tinderbox", "Webtools", "terry@mozilla.org");