Kaydet (Commit) 41507db5 authored tarafından Mike Kaganski's avatar Mike Kaganski

Support Amazon Corretto

https://aws.amazon.com/corretto

Change-Id: I7f9ef25e1e81ededce426bad661adc6880feb9d3
Reviewed-on: https://gerrit.libreoffice.org/67289Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
üst 98f5f97d
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
<updated>2019-01-19</updated>
<updated>2019-02-02</updated>
<vendorInfos>
<vendor name="Sun Microsystems Inc.">
<minVersion>1.5.0</minVersion>
......@@ -43,5 +43,8 @@
<vendor name="AdoptOpenJdk">
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name="Amazon.com Inc.">
<minVersion>1.8.0</minVersion>
</vendor>
</vendorInfos>
</javaSelection>
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
<updated>2019-01-19</updated>
<updated>2019-02-02</updated>
<vendorInfos>
<vendor name="Oracle Corporation">
<minVersion>1.7.0</minVersion>
......@@ -34,5 +34,8 @@
<vendor name="AdoptOpenJdk">
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name="Amazon.com Inc.">
<minVersion>1.8.0</minVersion>
</vendor>
</vendorInfos>
</javaSelection>
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
<updated>2019-01-19</updated>
<updated>2019-02-02</updated>
<vendorInfos>
<vendor name="Oracle Corporation">
<minVersion>1.6.0</minVersion>
......@@ -34,5 +34,8 @@
<vendor name="AdoptOpenJdk">
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name="Amazon.com Inc.">
<minVersion>1.8.0</minVersion>
</vendor>
</vendorInfos>
</javaSelection>
......@@ -43,6 +43,7 @@ BEGIN_VENDOR_MAP()
VENDOR_MAP_ENTRY("Sun Microsystems Inc.", SunInfo)
VENDOR_MAP_ENTRY("Oracle Corporation", SunInfo)
VENDOR_MAP_ENTRY("AdoptOpenJdk", SunInfo)
VENDOR_MAP_ENTRY("Amazon.com Inc.", SunInfo)
#ifndef MACOSX
VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo)
VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment