From d42b15e420478dc45785fff6e00b863cc1f8a0f9 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 18 Sep 2008 10:14:53 +0000
Subject: [PATCH] These changes are separating the current delivery into  an "Install Layout" (the binaries) and an "Instance Layout" (the user data).

---
 opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
index 3127f22..a055d8a 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
@@ -678,7 +678,8 @@
       javaHome = System.getenv(SetupUtils.OPENDS_JAVA_HOME);
     }
 
-    String configDir = Utils.getPath(installPath,
+    String configDir = Utils.getPath(Utils
+        .getInstancePathFromClasspath(installPath),
         Installation.CONFIG_PATH_RELATIVE);
     String propertiesFile = Utils.getPath(
         configDir, Installation.DEFAULT_JAVA_PROPERTIES_FILE);

--
Gitblit v1.10.0