diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-09-03 09:57:20 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-09-03 09:57:20 +0200 |
commit | 7e31680aca4496168d42adfcc2e98050aff3152c (patch) | |
tree | 7d4d1adbc8ea8d0816daaa245e96760767901bb1 | |
parent | 225d541c9f796ed88a42578e735bd2b7c5f6297a (diff) |
Fix spelling of AdoptOpenJDKfeature/cib_contract57b
Current version (8u222) is not detected.
Change-Id: I50fb32d1836bf2e5c6811300c8584708460089a7
6 files changed, 6 insertions, 6 deletions
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml index b05b6c797ea8..42244847d0ab 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml @@ -31,7 +31,7 @@ <vendor name="Free Software Foundation, Inc."> <minVersion>1.5.0</minVersion> </vendor> - <vendor name="AdoptOpenJdk"> + <vendor name="AdoptOpenJDK"> <minVersion>1.8.0</minVersion> </vendor> </vendorInfos> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml index b008bb1fc0f7..3ee399d476c2 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml @@ -40,7 +40,7 @@ <vendor name="Azul Systems, Inc."> <minVersion>1.6.0</minVersion> </vendor> - <vendor name="AdoptOpenJdk"> + <vendor name="AdoptOpenJDK"> <minVersion>1.8.0</minVersion> </vendor> </vendorInfos> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml index 1fe7547d2919..417ed080b5fa 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml @@ -31,7 +31,7 @@ <vendor name="Azul Systems, Inc."> <minVersion>1.6.0</minVersion> </vendor> - <vendor name="AdoptOpenJdk"> + <vendor name="AdoptOpenJDK"> <minVersion>1.8.0</minVersion> </vendor> </vendorInfos> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml index 7771d81527df..9f9052469b8a 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml @@ -25,7 +25,7 @@ <vendor name="Sun Microsystems Inc."> <minVersion>1.5.0</minVersion> </vendor> - <vendor name="AdoptOpenJdk"> + <vendor name="AdoptOpenJDK"> <minVersion>1.8.0</minVersion> </vendor> </vendorInfos> diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml index 429831121f7b..34284cabadf9 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml @@ -31,7 +31,7 @@ <vendor name="Azul Systems, Inc."> <minVersion>1.6.0</minVersion> </vendor> - <vendor name="AdoptOpenJdk"> + <vendor name="AdoptOpenJDK"> <minVersion>1.8.0</minVersion> </vendor> </vendorInfos> diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx index afe51216a334..8a4c47f3155f 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx @@ -41,7 +41,7 @@ BEGIN_VENDOR_MAP() #endif VENDOR_MAP_ENTRY("Sun Microsystems Inc.", SunInfo) VENDOR_MAP_ENTRY("Oracle Corporation", SunInfo) - VENDOR_MAP_ENTRY("AdoptOpenJdk", SunInfo) + VENDOR_MAP_ENTRY("AdoptOpenJDK", SunInfo) #ifndef MACOSX VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo) VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo) |