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

kenneth_suter
03.25.2007 ae171bffab3d4c19c00de9a0c78e42a8f4bb9627
refs
author kenneth_suter <kenneth_suter@localhost>
Tuesday, April 3, 2007 00:25 +0200
committer kenneth_suter <kenneth_suter@localhost>
Tuesday, April 3, 2007 00:25 +0200
commitae171bffab3d4c19c00de9a0c78e42a8f4bb9627
tree 01168c9d2a836654d9678554075e59b4fa7cefcf tree | zip | gz
parent fed8b09e015b08803b59432359729a31769e9494 view | diff
- Succeeded in removing the Utils.isUninstall() method.  All the logic that was being controlled by if statements using this method has been moved to the applications themselves (except for a few hacks that I've documented in the code)

- Abstracted a new WizardStep class from the Steps class which is still being used by the installer and uninstaller. As some point we might want to separate the installer steps and uninstallers steps but I didn't do this now.

1 files added
17 files modified
2927 ■■■■ changed files
opends/resource/upgrade.bat 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Application.java 166 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 786 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Step.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserData.java 2 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserDataException.java 6 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/WizardStep.java 42 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 623 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 3 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/ButtonsPanel.java 97 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java 32 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java 8 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java 27 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 1 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 1054 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 63 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 11 ●●●●● diff | view | raw | blame | history