From 8cf88c3f790a8b90a0934a672a0aec8097e3788b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 21 Nov 2006 17:19:46 +0000
Subject: [PATCH] Even if Java 5 in AIX seems to accept (and ignore as this option is not implemented in the IBM JDK) the -client option I have committed the following changes to be safe if the behaviour of the IBM JVM changes.

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

diff --git a/opends/resource/webstart/create-webstart-standalone.sh b/opends/resource/webstart/create-webstart-standalone.sh
index 14d1a24..4ca43f6 100755
--- a/opends/resource/webstart/create-webstart-standalone.sh
+++ b/opends/resource/webstart/create-webstart-standalone.sh
@@ -179,6 +179,11 @@
     <property name="org.opends.quicksetup.lazyjarurls" value="${INSTALLER_URI}/lib/OpenDS.jar ${INSTALLER_URI}/lib/zipped.jar ${INSTALLER_URI}/lib/je.jar" />
     <property name="org.opends.quicksetup.zipfilename" value="${ZIP_FILENAME_BASE}.zip"/>
   </resources>
+  
+  <resources os="AIX">
+    <j2se version="1.5+"/>
+  </resources>
+  
   <application-desc main-class="org.opends.quicksetup.SplashScreen"/>
 </jnlp>
 ENDOFJNLP

--
Gitblit v1.10.0