summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakecomponenttable.sh4
-rwxr-xr-xmakeproducttable.sh1
-rwxr-xr-xmakeversiontable.sh2
3 files changed, 0 insertions, 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 <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>.');
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");