diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:35:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:35:52 +0000 |
commit | 736d3e129a1197415becf9b5b35be1b5ef6fa8b0 (patch) | |
tree | 75369659adb81ca0b7e1867d2e9da65f6ab0a748 /jvmfwk | |
parent | c2dcc8650fd31b8097c7efb0bf107db755b1fbe0 (diff) |
INTEGRATION: CWS morejava (1.4.26); FILE MERGED
2005/08/26 13:55:41 fridrich_strba 1.4.26.1: Issue number:
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Add JRE of BEA Systems, Inc. among supported java virtual machines
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx index f80bb3f954ae..13728a94fb8e 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vendorlist.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:33:20 $ + * last change: $Author: hr $ $Date: 2005-10-25 11:35:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,6 +55,7 @@ BEGIN_VENDOR_MAP() VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo) VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo) VENDOR_MAP_ENTRY("Apple Computer, Inc.", OtherInfo) + VENDOR_MAP_ENTRY("BEA Systems, Inc.", OtherInfo) VENDOR_MAP_ENTRY("Free Software Foundation, Inc.", GnuInfo) END_VENDOR_MAP() |