Permalink
Browse files

quickfix: Automatic selection of Oracle Java runtime on macOS

same issue as 36f637f "tdf#103507 quickfix:
Automatic selection of Oracle Java runtime on Windows"

Change-Id: I3239bbf52263fb53bcd0ed54e8e983bda3b19182
  • Loading branch information...
1 parent 2c1d6e5 commit f537e561c7f61487253a07b76e6b8a1a87d30a27 @stbergmann stbergmann committed Nov 1, 2016
Showing with 3 additions and 3 deletions.
  1. +3 −3 jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
@@ -23,15 +23,15 @@
<updated>2013-04-09</updated>
<vendorInfos>
+ <vendor name="Oracle Corporation">
+ <minVersion>1.7.0</minVersion>
+ </vendor>
<vendor name="Apple Computer, Inc.">
<minVersion>1.5.0</minVersion>
</vendor>
<vendor name="Apple Inc.">
<minVersion>1.5.0</minVersion>
</vendor>
- <vendor name="Oracle Corporation">
- <minVersion>1.7.0</minVersion>
- </vendor>
<vendor name="Azul Systems, Inc.">
<minVersion>1.6.0</minVersion>
</vendor>

0 comments on commit f537e56

Please sign in to comment.