From fc05ead2464e5708e39d3cb3c5d5b7fc73ac947f Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Thu, 23 May 2013 13:16:11 +0000 Subject: [PATCH] OPENDJ-844 Patches don't affect ControlPanel.app OPENDJ-842 On Windows, the setup command hangs when the length of the install path is too long --- opends/resource/mac/Uninstall.app/Contents/Info.plist | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opends/resource/mac/Uninstall.app/Contents/Info.plist b/opends/resource/mac/Uninstall.app/Contents/Info.plist index 8486a01..97c2b6b 100644 --- a/opends/resource/mac/Uninstall.app/Contents/Info.plist +++ b/opends/resource/mac/Uninstall.app/Contents/Info.plist @@ -32,7 +32,8 @@ <string>1.6+</string> <key>ClassPath</key> <array> -<string>$JAVAROOT/../../../../classes</string> + <string>$JAVAROOT/../../../../classes</string> + <string>$JAVAROOT/../../../../lib/bootstrap.jar</string> </array> </dict> <key>NSHighResolutionCapable</key> -- Gitblit v1.10.0