summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-10-07 06:44:40 +0200
committerterry%netscape.com <>1998-10-07 06:44:40 +0200
commitef330148fc297f5219600f8c62c532c048ea8e19 (patch)
tree6d6a08a4b52d576d9684704a48ddece1209787df /makecomponenttable.sh
parent5e9f3b19b20c731d302e06b432ac105ca515aa02 (diff)
downloadbugzilla-ef330148fc297f5219600f8c62c532c048ea8e19.tar.gz
bugzilla-ef330148fc297f5219600f8c62c532c048ea8e19.tar.xz
Added new "Webtools" product.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh3
1 files changed, 3 insertions, 0 deletions
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;