From 027b1ae1fc5dc077b8f4f84542106e8c01313ad4 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 7 Oct 1998 04:52:09 +0000 Subject: Removed the old "Bugzilla" product; those bugs are now part of the new "Webtools" product. --- makecomponenttable.sh | 4 ---- makeproducttable.sh | 1 - makeversiontable.sh | 2 -- 3 files changed, 7 deletions(-) diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 4cef54e00..ae169493e 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -90,10 +90,6 @@ insert into components (value, program, initialowner) values ("Platform: Rhapsod insert into components (value, program, initialowner) values ("Platform: MFC/Win32 on Windows", "Mozilla", "blythe@netscape.com"); -insert into components (value, program, initialowner) values ("UI", "Bugzilla", "terry@mozilla.org"); -insert into components (value, program, initialowner) values ("Database", "Bugzilla", "terry@mozilla.org"); - - insert into components (value, program, initialowner) values ("ActiveX Wrapper", "NGLayout", "locka@iol.ie"); insert into components (value, program, initialowner) values ("Content Model", "NGLayout", "kipp@netscape.com"); insert into components (value, program, initialowner) values ("Cookies", "NGLayout", "scullin@netscape.com"); diff --git a/makeproducttable.sh b/makeproducttable.sh index 5e478134d..7e7fc3000 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -33,7 +33,6 @@ description mediumtext ); -insert into products (product, description) values ("Bugzilla", "Please don't use this! This product is going away very very soon. Please use 'Webtools' instead."); 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 New Layout 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), Bonsai, and Tinderbox.'); diff --git a/makeversiontable.sh b/makeversiontable.sh index 98e0b52b8..140c7c8f8 100755 --- a/makeversiontable.sh +++ b/makeversiontable.sh @@ -41,8 +41,6 @@ insert into versions (value, program) values ("1998-04-29", "Mozilla"); insert into versions (value, program) values ("1998-06-03", "Mozilla"); insert into versions (value, program) values ("1998-07-28", "Mozilla"); insert into versions (value, program) values ("1998-09-04", "Mozilla"); -insert into versions (value, program) values ("1.0", "Bugzilla"); -insert into versions (value, program) values ("other", "Bugzilla"); insert into versions (value, program) values ("other", "NGLayout"); insert into versions (value, program) values ("other", "Webtools"); -- cgit v1.2.3-24-g4f1b