From ef330148fc297f5219600f8c62c532c048ea8e19 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 7 Oct 1998 04:44:40 +0000 Subject: Added new "Webtools" product. --- makecomponenttable.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makecomponenttable.sh') diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 1a8f85cd7..4cef54e00 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -118,6 +118,9 @@ insert into components (value, program, initialowner) values ("Viewer App", "NGL 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 ("Bonsai", "Webtools", "terry@mozilla.org"); +insert into components (value, program, initialowner) values ("Bugzilla", "Webtools", "terry@mozilla.org"); +insert into components (value, program, initialowner) values ("Tinderbox", "Webtools", "terry@mozilla.org"); select * from components; -- cgit v1.2.3-24-g4f1b