From ca07d757efc25246e050c37e0d0b479072c51f56 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 17 May 2007 13:03:10 +0000
Subject: [PATCH] This commit cleans up the output for both the CLI and Web Start versions of the upgrader so that it conforms to Brian's proposal to limit messages to the progress text area and CLI output. There is some new plumbing that affects but should not change other applications.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 656b2cd..293de5c 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -172,12 +172,11 @@
to a newer version. Use of this tool assumes that you have already downloaded an \
OpenDS install package (.zip) file. You can also upgrade your server using \
the Java Web Start version of this tool by visiting the OpenDS web site at opends.org.\n\n\
- Usage: {0} {options} where {options} \
- include:\n\n\
+ Usage: {0} {options}\n where {options} include:\n\
-V, --version\n Display Directory Server version information.\n\
- -f, --file\n Specifies an existing OpenDS package (.zip) \
- file to which the\n current build will be upgraded using the command line \
- \n version of this tool\n
+ -f, --file\n Specifies an existing OpenDS package (.zip) \
+ file to which the\n current build will be upgraded using the command line \
+ \n version of this tool\n-?, -H , --help\n Display this usage information.\n
upgrade-launcher-launching-gui=Launching graphical upgrade...
upgrade-launcher-launching-cli=Launching command line upgrade...
upgrade-launcher-gui-launched-failed=\n\nThe graphical upgrade launch \
@@ -848,6 +847,7 @@
progress-downloading=Downloading
progress-done=Done.
progress-points=.....
+progress-error=Error.
progress-extracting=Extracting {0}
progress-configuring=Configuring Directory Server
progress-updating-certificates=Configuring Certificates
--
Gitblit v1.10.0