From fa6900cdad9dbcbfa456a87207e1daa74efa2153 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Thu, 28 Jan 1999 00:04:28 +0000 Subject: [PATCH] Added LXR; fixed owner of Mozbot. git-svn-id: svn://10.0.0.236/trunk@18830 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/makecomponenttable.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/makecomponenttable.sh b/mozilla/webtools/bugzilla/makecomponenttable.sh index 4788efabddb..26b6b5ef802 100755 --- a/mozilla/webtools/bugzilla/makecomponenttable.sh +++ b/mozilla/webtools/bugzilla/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");