From: terry%netscape.com <>
Date: Wed, 7 Oct 1998 04:52:09 +0000 (+0000)
Subject: Removed the old "Bugzilla" product; those bugs are now part of the
X-Git-Tag: bugzilla-2.2~84
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=027b1ae1fc5dc077b8f4f84542106e8c01313ad4;p=thirdparty%2Fbugzilla.git
Removed the old "Bugzilla" product; those bugs are now part of the
new "Webtools" product.
---
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 4cef54e00c..ae169493e0 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 5e478134d6..7e7fc30004 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 98e0b52b8a..140c7c8f83 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");