# HG changeset patch
# User wenzelm
# Date 1442431597 -7200
# Node ID 554bba935af1825934378e5e8520d7c62d057f99
# Parent de767684bb33f108a12f4b64f9a9b00deeab0f35
more explicit indication of bundled jdk, which is required for newer versions of JavaAppLauncher;
diff -r de767684bb33 -r 554bba935af1 Admin/MacOS/Info.plist-part1
--- a/Admin/MacOS/Info.plist-part1 Wed Sep 16 20:54:41 2015 +0200
+++ b/Admin/MacOS/Info.plist-part1 Wed Sep 16 21:26:37 2015 +0200
@@ -35,7 +35,7 @@
NSSupportsAutomaticGraphicsSwitching
true
JVMRuntime
-jdk
+bundled.jdk
JVMMainClassName
isabelle.Main
CFBundleDocumentTypes
diff -r de767684bb33 -r 554bba935af1 Admin/lib/Tools/makedist_bundle
--- a/Admin/lib/Tools/makedist_bundle Wed Sep 16 20:54:41 2015 +0200
+++ b/Admin/lib/Tools/makedist_bundle Wed Sep 16 21:26:37 2015 +0200
@@ -376,7 +376,7 @@
cp -R "$APP_TEMPLATE/Resources/." "$APP/Contents/Resources/."
ln -sf "../Resources/${ISABELLE_NAME}/contrib/jdk/x86_64-darwin" \
- "$APP/Contents/PlugIns/jdk"
+ "$APP/Contents/PlugIns/bundled.jdk"
cp macos_app/JavaAppLauncher "$APP/Contents/MacOS/." && \
chmod +x "$APP/Contents/MacOS/JavaAppLauncher"