From 43e9c7913fc664b725e167090fe6d389a4558315 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 08 Jun 2007 14:43:45 +0000
Subject: [PATCH] The following commit adds all the code necessary to be able to configure replication using the setup.

---
 opends/src/quicksetup/org/opends/quicksetup/Step.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/Step.java b/opends/src/quicksetup/org/opends/quicksetup/Step.java
index bf532dc..be3d2ec 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/Step.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/Step.java
@@ -63,6 +63,11 @@
    */
   SUFFIXES_OPTIONS("suffixes-step"),
   /**
+   * Panel when the user specifies the replication ports of the remote servers
+   * that have not defined it.
+   */
+  REMOTE_REPLICATION_PORTS("remote-replication-ports-step"),
+  /**
    * Data Options panel (suffix dn, LDIF path, etc.).
    */
   NEW_SUFFIX_OPTIONS("data-options-step"),

--
Gitblit v1.10.0