summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-27 07:05:52 +0100
committerterry%netscape.com <>1999-02-27 07:05:52 +0100
commit4e25d34f94c7054782f59861f819d516690afe28 (patch)
tree8a3e0c4fa2d9e092df8f906fd54bdd9f4c96870e /makecomponenttable.sh
parent1d822a87de6a6a30bc79af95c74c60ac719d9376 (diff)
downloadbugzilla-4e25d34f94c7054782f59861f819d516690afe28.tar.gz
bugzilla-4e25d34f94c7054782f59861f819d516690afe28.tar.xz
Removed "Platform: Rhapsody" component.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 9e3b3fea9..2118e7e32 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -132,8 +132,6 @@ insert into components (value, program, initialowner, initialqacontact, descript
-insert into components (value, program, initialowner, initialqacontact) values ("Platform: Rhapsody", "Mozilla", "mcafee@netscape.com", "");
-
insert into components (value, program, initialowner, initialqacontact, description) values ("ActiveX Wrapper", "NGLayout", "locka@iol.ie", "cpratt@netscape.com", "This is the active-x wrapper that is used when people want to embed gecko in their application on windows. This is an external developer's code to wrap gecko up as an activeX control to replace IE as the embedded HTML control.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Cookies", "NGLayout", "morse@netscape.com", "paulmac@netscape.com", "A general mechanism which server side connections (such as CGI scripts) can use to both store and retrieve information on the client side of the connection. This refers to HTML cookies; little blobs of data we store and share with sites");