From: terry%netscape.com <> Date: Wed, 21 Oct 1998 04:44:36 +0000 (+0000) Subject: Added Mozbot component to Webtools. X-Git-Tag: bugzilla-2.2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28af3b1dc4e4c8275a322860f105eb138e2993f9;p=thirdparty%2Fbugzilla.git Added Mozbot component to Webtools. --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 9934a5455d..08a0c20053 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");