From ebf357c00c505d1406f65ab9438e4fecfc1a2200 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).
---
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
index ddd69ad..abb6e4b 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj-sdk/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