From ff9b49ad76234e3b60512fc479343030a6b367ad Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Wed, 18 Aug 2010 09:47:15 +0000
Subject: [PATCH] Cleanup. Remove references to Java 5 since we no longer support it. Cleanup messages, removing unnecessary casts (due to bugs in early versions of Java 5), removing dead code. The minimal version has been set to Java 1.6.0_10. Also cleanup the Java Stubs for MacOS, removed the StatusPanel (replaced by ControlPanel since 1.2), and update Info.plist to require 1.6 or higher, show 2.3 as version.

---
 opends/resource/config/java.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/resource/config/java.properties b/opends/resource/config/java.properties
index 4871d08..54f1e8e 100644
--- a/opends/resource/config/java.properties
+++ b/opends/resource/config/java.properties
@@ -20,7 +20,7 @@
 #
 # CDDL HEADER END
 #
-#      Copyright 2008 Sun Microsystems, Inc.
+#      Copyright 2008-2010 Sun Microsystems, Inc.
 #
 #
 
@@ -77,7 +77,7 @@
 #
 # Specify to use the java home for all the command-lines that have not
 # an associated property defined:
-# default.java-home=/usr/jdk1.5
+# default.java-home=/usr/jdk1.6
 #
 # Specify to use the -client argument for all the command-lines that have not
 # an associated property defined:

--
Gitblit v1.10.0