From 46cddb74ab9f9fd5c99a7aac6ed4330e9474ecb9 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 05 Jun 2013 10:54:28 +0000
Subject: [PATCH] Fix issue OPENDJ-108, CR-1791. Also fix minor issues with URLs in the install.html and .txt files.

---
 opends/resource/webstart/create-webstart-standalone.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/resource/webstart/create-webstart-standalone.sh b/opends/resource/webstart/create-webstart-standalone.sh
index f24b128..f9f5baf 100755
--- a/opends/resource/webstart/create-webstart-standalone.sh
+++ b/opends/resource/webstart/create-webstart-standalone.sh
@@ -91,7 +91,7 @@
   JAVA_HOME=`java -cp "${ROOT_DIR}/resource" FindJavaHome 2> /dev/null`
   if test -z "${JAVA_HOME}"
   then
-    echo "Please set JAVA_HOME to the root of a Java 5.0 installation."
+    echo "Please set JAVA_HOME to the root of a Java 6.0 installation."
     exit 1
   else
     export JAVA_HOME
@@ -200,8 +200,8 @@
     <homepage href="${HOMEPAGE}"/>
     <description>${PRODUCT_NAME} QuickSetup Application</description>
     <description kind="short">${PRODUCT_NAME} Web Start Installer</description>
-    <icon href="images/opendshref.png" height="128" width="128"/>
-    <icon kind="splash" href="images/opendssplash.png" height="114" width="479"/>
+    <icon href="images/opendjhref.png" height="128" width="128"/>
+    <icon kind="splash" href="images/opendjsplash.png" height="114" width="479"/>
   </information>
 
   <security>

--
Gitblit v1.10.0