diff options
author | terry%netscape.com <> | 1999-02-26 03:11:20 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-02-26 03:11:20 +0100 |
commit | c3d6fbec9297a629b02e24373fed65515663e733 (patch) | |
tree | 6f1a632191aabec7d9fcd8ad2ed2755a698a22fb | |
parent | 21064c0dc66cc84653a86362889bbad580751ecd (diff) | |
download | bugzilla-c3d6fbec9297a629b02e24373fed65515663e733.tar.gz bugzilla-c3d6fbec9297a629b02e24373fed65515663e733.tar.xz |
Removed OS/2 component.
-rwxr-xr-x | makecomponenttable.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 8319aff31..4354abaa6 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -133,7 +133,6 @@ insert into components (value, program, initialowner, initialqacontact, descript insert into components (value, program, initialowner, initialqacontact) values ("Platform: Lesstif on Linux", "Mozilla", "ramiro@netscape.com", ""); -insert into components (value, program, initialowner, initialqacontact) values ("Platform: OS/2", "Mozilla", "law@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("Platform: MacOS/PPC", "Mozilla", "sdagley@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("Platform: Rhapsody", "Mozilla", "mcafee@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("Platform: MFC/Win32 on Windows", "Mozilla", "blythe@netscape.com", ""); |