From 898ab9aaf80a06818ac6340844f70f3c6ff2a495 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 14 Mar 2007 18:30:27 +0000
Subject: [PATCH] Fix for issue 1296.
---
opends/resource/webstart/create-webstart-standalone.sh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opends/resource/webstart/create-webstart-standalone.sh b/opends/resource/webstart/create-webstart-standalone.sh
index e6c0349..b9f0a74 100755
--- a/opends/resource/webstart/create-webstart-standalone.sh
+++ b/opends/resource/webstart/create-webstart-standalone.sh
@@ -152,7 +152,7 @@
cat > "${JNLP_FILENAME}" <<ENDOFJNLP
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for OpenDS Quick Setup Application -->
-<jnlp spec="1.0+"
+<jnlp spec="1.5+"
codebase="${INSTALLER_URI}" href="${JNLP_FILENAME}">
<information>
<title>OpenDS Quick Setup Application</title>
@@ -162,7 +162,6 @@
<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"/>
- <offline-allowed/>
</information>
<security>
--
Gitblit v1.10.0