summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-26 10:22:55 +0100
committerterry%netscape.com <>1999-01-26 10:22:55 +0100
commite3d2d003c5cadab18e4a5b51b586872f1282ffac (patch)
tree4cae883537598584bd3c07f03410a41e56630e34 /makeproducttable.sh
parentcaa648da2e89ee91a7e02082c0d678477de65cff (diff)
downloadbugzilla-e3d2d003c5cadab18e4a5b51b586872f1282ffac.tar.gz
bugzilla-e3d2d003c5cadab18e4a5b51b586872f1282ffac.tar.xz
Added MailNews project.
Diffstat (limited to 'makeproducttable.sh')
-rwxr-xr-xmakeproducttable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeproducttable.sh b/makeproducttable.sh
index a94aada2d..3a4f4d6a2 100755
--- a/makeproducttable.sh
+++ b/makeproducttable.sh
@@ -36,6 +36,7 @@ description mediumtext
insert into products (product, description) values ("Calendar", 'For bugs about the <a href="http://www.mozilla.org/projects/calendar">Calendar</a> project');
insert into products (product, description) values ("CCK", 'For bugs about the <a href="http://www.mozilla.org/projects/cck">Client Customization Kit<a> project');
insert into products (product, description) values ("Directory", 'For bugs about the <a href="http://www.mozilla.org/directory">Directory (LDAP)</a> project');
+insert into products (product, description) values ("MailNews", 'For bugs about the <a href="http://www.mozilla.org/mailnews/index.html">Mozilla Mail/News</a> project');
insert into products (product, description) values ("Mozilla", "For bugs about the Mozilla web browser");
insert into products (product, description) values ("NGLayout", 'For bugs about the <a href="http://www.mozilla.org/newlayout/">New Layout</a> project');
insert into products (product, description) values ("Webtools", 'For bugs about the web-based tools that mozilla.org uses. This include Bugzilla (problems you are having with this bug system itself), <a href="http://www.mozilla.org/bonsai.html">Bonsai</a>, and <a href="http://www.mozilla.org/tinderbox.html">Tinderbox</a>.');