From 7f020de74c831dc15d5e70a7f423f87f4d5e8a37 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 07 Jan 2008 12:54:54 +0000
Subject: [PATCH] Fix for issue 2780.
---
opends/src/quicksetup/org/opends/quicksetup/Installation.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/Installation.java b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
index 5f90141..6940aaf 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/Installation.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Portions Copyright 2006-2007 Sun Microsystems, Inc.
+ * Portions Copyright 2006-2008 Sun Microsystems, Inc.
*/
package org.opends.quicksetup;
@@ -261,6 +261,12 @@
public static final String DEFAULT_JAVA_PROPERTIES_FILE = "java.properties";
/**
+ * The default java properties file relative path.
+ */
+ public static final String RELATIVE_JAVA_PROPERTIES_FILE =
+ CONFIG_PATH_RELATIVE+File.separator+"java.properties";
+
+ /**
* The set java home and arguments properties file for Windows.
*/
public static final String SET_JAVA_PROPERTIES_FILE_WINDOWS =
--
Gitblit v1.10.0