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

kenneth_suter
17.51.2007 6cd06bb9711a5d21ef290f2a4bec6c1cc157df8b
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'.
1 files modified
12 ■■■■ changed files
opends/resource/webstart/create-webstart-standalone.sh 12 ●●●● patch | view | raw | blame | history
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"/>