From 42b383614d9a4720f6f0c91fb770a389cfa41738 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 29 Mar 2007 21:12:30 +0000
Subject: [PATCH] Back out the commit included in revision 1539 because it does not build properly (it appears to reference classes that are not in the repository).

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |   56 --------------------------------------------------------
 1 files changed, 0 insertions(+), 56 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 5a666c2..8eb3ad5 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -3665,62 +3665,6 @@
        NAME_PREFIX_TASK + "import-is-encrypted";
 
 
-  /**
-   * The name of the objectclass that will be used for a Directory Server
-   * initialize task definition.
-   */
-  public static final String OC_INITIALIZE_TASK =
-    NAME_PREFIX_TASK + "initialize-from-remote-replica";
-
-  /**
-   * The name of the attribute in an initialize task definition that specifies
-   * the base dn related to the synchonization domain to initialize.
-   */
-  public static final String ATTR_TASK_INITIALIZE_DOMAIN_DN =
-       NAME_PREFIX_TASK + "initialize-domain-dn";
-
-  /**
-   * The name of the attribute in an initialize target task definition that
-   * specifies the source in terms of source server from which to initialize.
-   */
-  public static final String ATTR_TASK_INITIALIZE_SOURCE =
-       NAME_PREFIX_TASK + "initialize-replica-server-id";
-
-  /**
-   * The name of the objectclass that will be used for a Directory Server
-   * initialize target task definition.
-   */
-  public static final String OC_INITIALIZE_TARGET_TASK =
-    NAME_PREFIX_TASK + "initialize-remote-replica";
-
-  /**
-   * The name of the attribute in an initialize target task definition that
-   * specifies the base dn related to the synchonization domain to initialize.
-   */
-  public static final String ATTR_TASK_INITIALIZE_TARGET_DOMAIN_DN =
-       NAME_PREFIX_TASK + "initialize-domain-dn";
-
-  /**
-   * The name of the attribute in an initialize target task definition that
-   * specifies the scope in terms of servers to initialize.
-   */
-  public static final String ATTR_TASK_INITIALIZE_TARGET_SCOPE =
-       NAME_PREFIX_TASK + "initialize-replica-server-id";
-
-  /**
-   * The name of the attribute in an initialize target task definition that
-   * specifies the scope in terms of servers to initialize.
-   */
-  public static final String ATTR_TASK_INITIALIZE_LEFT =
-       NAME_PREFIX_TASK + "unprocessed-entry-count";
-
-  /**
-   * The name of the attribute in an initialize target task definition that
-   * specifies the scope in terms of servers to initialize.
-   */
-  public static final String ATTR_TASK_INITIALIZE_DONE =
-       NAME_PREFIX_TASK + "processed-entry-count";
-
 
   /**
    * The name of the objectclass that will be used for a Directory Server

--
Gitblit v1.10.0