more explicit indication of bundled jdk, which is required for newer versions of JavaAppLauncher;
authorwenzelm
Wed, 16 Sep 2015 21:26:37 +0200
changeset 61184 554bba935af1
parent 61183 de767684bb33
child 61185 8242818475e2
more explicit indication of bundled jdk, which is required for newer versions of JavaAppLauncher;
Admin/MacOS/Info.plist-part1
Admin/lib/Tools/makedist_bundle
--- 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 @@
 <key>NSSupportsAutomaticGraphicsSwitching</key>
 <string>true</string>
 <key>JVMRuntime</key>
-<string>jdk</string>
+<string>bundled.jdk</string>
 <key>JVMMainClassName</key>
 <string>isabelle.Main</string>
 <key>CFBundleDocumentTypes</key>
--- 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"