diff options
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-x | makecomponenttable.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 4788efabd..26b6b5ef8 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"); |