diff options
author | terry%netscape.com <> | 1998-10-21 06:44:36 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-10-21 06:44:36 +0200 |
commit | 28af3b1dc4e4c8275a322860f105eb138e2993f9 (patch) | |
tree | 8114757c090e09317dbee8c2ba11d1225223bfd3 | |
parent | 96b77c57a2261202a71771a9ae80d9990aebe911 (diff) | |
download | bugzilla-28af3b1dc4e4c8275a322860f105eb138e2993f9.tar.gz bugzilla-28af3b1dc4e4c8275a322860f105eb138e2993f9.tar.xz |
Added Mozbot component to Webtools.
-rwxr-xr-x | makecomponenttable.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 9934a5455..08a0c2005 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -117,6 +117,7 @@ insert into components (value, program, initialowner) values ("XPCOM", "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 ("Tinderbox", "Webtools", "terry@mozilla.org"); |