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/server/org/opends/server/util/ServerConstants.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index ddd69ad..abb6e4b 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2740,6 +2740,12 @@
   public static final String PROPERTY_SERVER_ROOT =
        "org.opends.server.ServerRoot";
 
+  /**
+   * The name of the system property that can be used to specify the path to the
+   * instance root.
+   */
+  public static final String PROPERTY_INSTANCE_ROOT =
+       "org.opends.server.InstanceRoot";
 
 
   /**

--
Gitblit v1.10.0