From: terry%netscape.com <> Date: Sat, 19 Dec 1998 05:16:34 +0000 (+0000) Subject: Added xpidl. X-Git-Tag: bugzilla-2.2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83b533f0907c036bda852dc26989622789bb0a7;p=thirdparty%2Fbugzilla.git Added xpidl. --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index e67c3eb2fd..f9281aafb5 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -127,6 +127,8 @@ insert into components (value, program, initialowner) values ("Threading", "NGLa insert into components (value, program, initialowner) values ("Viewer App", "NGLayout", "rickg@netscape.com"); insert into components (value, program, initialowner) values ("Widget Set", "NGLayout", "kmcclusk@netscape.com"); insert into components (value, program, initialowner) values ("XPCOM", "NGLayout", "scullin@netscape.com"); +insert into components (value, program, initialowner) values ("xpidl", "NGLayout", "shaver@netscape.com"); + insert into components (value, program, initialowner) values ("Bonsai", "Webtools", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("Bugzilla", "Webtools", "terry@mozilla.org");