From 5517743f7131fa6827ad5604c592d9abc7a0c94e Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Thu, 4 Mar 1999 09:12:29 +0000 Subject: Do the grand component/product renaming. --- makeproducttable.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makeproducttable.sh') diff --git a/makeproducttable.sh b/makeproducttable.sh index 9d1887251..23a434e77 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -35,11 +35,12 @@ disallownew tinyint not null ); + +insert into products (product, description, milestoneurl) values ("Browser", 'For bugs about the Mozilla Browser, including bugs with the New Layout project', 'http://www.mozilla.org/projects/seamonkey/milestones'); insert into products (product, description) values ("Calendar", 'For bugs about the Calendar project'); insert into products (product, description) values ("CCK", 'For bugs about the Client Customization Kit project'); insert into products (product, description) values ("Directory", 'For bugs about the Directory (LDAP) project'); insert into products (product, description) values ("MailNews", 'For bugs about the Mozilla Mail/News project'); -insert into products (product, description) values ("Mozilla", "For bugs about the Mozilla web browser"); -insert into products (product, description, milestoneurl) values ("NGLayout", 'For bugs about the New Layout project', 'http://www.mozilla.org/projects/seamonkey/milestones'); +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), Bonsai, and Tinderbox.'); -- cgit v1.2.1