From 6cd06bb9711a5d21ef290f2a4bec6c1cc157df8b Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 17 May 2007 20:51:24 +0000
Subject: [PATCH] This commit addresses issue 1598 in which the Java Web Start splash screen for both the QuickSetup and QuickUpgrade applications erroneously contain a space after the work 'Quick'.
---
opends/resource/webstart/create-webstart-standalone.sh | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opends/resource/webstart/create-webstart-standalone.sh b/opends/resource/webstart/create-webstart-standalone.sh
index 7f62d35..f0f5aee 100755
--- a/opends/resource/webstart/create-webstart-standalone.sh
+++ b/opends/resource/webstart/create-webstart-standalone.sh
@@ -152,14 +152,14 @@
cd ..
cat > "${INSTALL_JNLP_FILENAME}" <<ENDOFINSTALLJNLP
<?xml version="1.0" encoding="utf-8"?>
-<!-- JNLP File for OpenDS Quick Setup Application -->
+<!-- JNLP File for OpenDS QuickSetup Application -->
<jnlp spec="1.5+"
codebase="${INSTALLER_URI}" href="${INSTALL_JNLP_FILENAME}">
<information>
- <title>OpenDS Quick Setup Application</title>
+ <title>OpenDS QuickSetup Application</title>
<vendor>http://www.opends.org/</vendor>
<homepage href="http://www.opends.org"/>
- <description>OpenDS Quick Setup Application</description>
+ <description>OpenDS QuickSetup Application</description>
<description kind="short">OpenDS Web Start Installer</description>
<icon href="images/opendshref.png" height="128" width="128"/>
<icon kind="splash" href="images/opendssplash.png" height="114" width="479"/>
@@ -194,14 +194,14 @@
echo "Creating Upgrade JNLP file ${UPGRADE_JNLP_FILENAME} ..."
cat > "${UPGRADE_JNLP_FILENAME}" <<ENDOFUPGRADEJNLP
<?xml version="1.0" encoding="utf-8"?>
-<!-- JNLP File for OpenDS Quick Upgrade Application -->
+<!-- JNLP File for OpenDS QuickUpgrade Application -->
<jnlp spec="1.5+"
codebase="${INSTALLER_URI}" href="${UPGRADE_JNLP_FILENAME}">
<information>
- <title>OpenDS Quick Upgrade Application</title>
+ <title>OpenDS QuickUpgrade Application</title>
<vendor>http://www.opends.org/</vendor>
<homepage href="http://www.opends.org"/>
- <description>OpenDS Quick Upgrade Application</description>
+ <description>OpenDS QuickUpgrade Application</description>
<description kind="short">OpenDS Web Start Upgrader</description>
<icon href="images/opendshref.png" height="128" width="128"/>
<icon kind="splash" href="images/opendssplash.png" height="114" width="479"/>
--
Gitblit v1.10.0