mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
29.09.2007 7ae21709bb6dbdc092052acb5098bfa5cb316d9e
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -88,6 +88,8 @@
    } else
    {
      System.setProperty("org.opends.quicksetup.uninstall", "true");
      System.setProperty("org.opends.quicksetup.Application.class",
              "org.opends.quicksetup.uninstaller.Uninstaller");
      int exitCode = launchGuiUninstall(args);
      if (exitCode != 0)
      {