diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-12 14:31:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-12 14:31:32 +0000 |
commit | a393dab5904f0c0e3cb626f1ff39dfeee73cb1df (patch) | |
tree | 017942e2789748c10aa64d4872e2f91a1bee5ff5 /jvmfwk | |
parent | f4194dc5fbb54d0714b7a52079aeb6f3e19e11d9 (diff) |
INTEGRATION: CWS macleopardbuild (1.8.40); FILE MERGED
2007/10/16 18:26:13 fheckl 1.8.40.1: Adding Apple Inc as new vendor
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 69ef681d10c3..9038869fe43e 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.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:47:17 $ + * last change: $Author: rt $ $Date: 2007-11-12 15:31:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,6 +57,7 @@ BEGIN_VENDOR_MAP() VENDOR_MAP_ENTRY("Sun Microsystems Inc.", SunInfo) VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo) VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo) + VENDOR_MAP_ENTRY("Apple Inc.", OtherInfo) VENDOR_MAP_ENTRY("Apple Computer, Inc.", OtherInfo) VENDOR_MAP_ENTRY("BEA Systems, Inc.", OtherInfo) VENDOR_MAP_ENTRY("Free Software Foundation, Inc.", GnuInfo) |