summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-05 05:37:24 +0100
committerterry%netscape.com <>1999-03-05 05:37:24 +0100
commit378bc502fa31992ecd26676a42014aa677281a82 (patch)
treed8fcb92bec9eadd107dbb51d235c4bfd753f4cbe /makeproducttable.sh
parent6f9e2eb8ad8d412dc0a5b667071993b734c0e336 (diff)
downloadbugzilla-378bc502fa31992ecd26676a42014aa677281a82.tar.gz
bugzilla-378bc502fa31992ecd26676a42014aa677281a82.tar.xz
Added "Grendel".
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 23a434e77..f498e5425 100755
--- a/makeproducttable.sh
+++ b/makeproducttable.sh
@@ -40,6 +40,7 @@ insert into products (product, description, milestoneurl) values ("Browser", 'Fo
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 ("Grendel", 'For bugs about the <a href="http://www.mozilla.org/projects/grendel/">Grendel</a> java-based mail/news reader');
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, disallownew) values ("MozillaClassic", "For bugs about the Mozilla web browser", 1);
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>.');