INTEGRATION: CWS gcj1 (1.3.4); FILE MERGED

2005/01/09 18:34:59 cmc 1.3.4.1: #i38188# add gij as a java provider
This commit is contained in:
Oliver Bolte
2005-01-25 14:19:28 +00:00
parent 95b5358e06
commit 0f053d772c

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: vendorlist.cxx,v $ * $RCSfile: vendorlist.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: kz $ $Date: 2004-12-16 11:46:34 $ * last change: $Author: obo $ $Date: 2005-01-25 15:19:28 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -60,6 +60,7 @@
************************************************************************/ ************************************************************************/
#include "vendorlist.hxx" #include "vendorlist.hxx"
#include "gnujre.hxx"
#include "sunjre.hxx" #include "sunjre.hxx"
#include "otherjre.hxx" #include "otherjre.hxx"
#include "osl/thread.h" #include "osl/thread.h"
@@ -80,6 +81,7 @@ BEGIN_VENDOR_MAP()
VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo) VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo)
VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo) VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo)
VENDOR_MAP_ENTRY("Apple Computer, Inc.", OtherInfo) VENDOR_MAP_ENTRY("Apple Computer, Inc.", OtherInfo)
VENDOR_MAP_ENTRY("Free Software Foundation, Inc.", GnuInfo)
END_VENDOR_MAP() END_VENDOR_MAP()