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

jvergara
13.04.2008 cb98374dffa863c1579e8075f066c41d4dfbbaca
Fix a typo in a comment in installer.xml and use a proper formatting for the progress message in the uninstaller when disabling the windows service.
3 files modified
6 ■■■■ changed files
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 2 ●●● patch | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 2 ●●● patch | view | raw | blame | history
opends/tests/installer.xml 2 ●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -1366,7 +1366,7 @@
   * @throws ApplicationException if something goes wrong.
   */
  protected void disableWindowsService() throws ApplicationException {
    notifyListeners(getFormattedProgress(
    notifyListeners(getFormattedWithPoints(
            INFO_PROGRESS_DISABLING_WINDOWS_SERVICE.get()));
    int code = ConfigureWindowsService.disableService(System.out, System.err);
opends/src/messages/messages/quicksetup.properties
@@ -731,7 +731,7 @@
 Installation Path
INFO_PROGRESS_DETAILS_LABEL=Details:
INFO_PROGRESS_DIALOG_TITLE=Progress
INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service...
INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service
INFO_PROGRESS_DONE=Done.
INFO_PROGRESS_DOWNLOADING=Downloading
INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=Enabling Windows Service
opends/tests/installer.xml
@@ -100,7 +100,7 @@
    <target name="uninstall" depends="status-do,stop-do,uninstall-do"/>
    <!-- Uninstallation section - bottom -->
    
    <!-- Configuration secton - top -->
    <!-- Configuration section - top -->
    <target name="configure-do"
            description="configures product to listen on the right port number"
            if="product.installed" >