summaryrefslogtreecommitdiff
path: root/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-02-02 18:33:37 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2019-02-04 11:19:35 +0100
commit41507db590b24e1b9b45d95cad55c71ba2e4091d (patch)
treea3f2707277d5ae71ce0fdf28d95035ecaabe730a /jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
parent98f5f97d4a4206ecfb0754e1901d9c44a3287d82 (diff)
Support Amazon Corretto
https://aws.amazon.com/corretto Change-Id: I7f9ef25e1e81ededce426bad661adc6880feb9d3 Reviewed-on: https://gerrit.libreoffice.org/67289 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml')
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
index 1fe7547d2919..5244db3a143c 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
@@ -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>