From c40f084a6d3e897785f2fbff3ddb97545644cddc Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 11 Dec 2006 15:34:39 +0000
Subject: [PATCH] The following modifications include the comments from Neil and Brian (thanks to both for your help):

---
 opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java b/opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java
index c3d9dcf..bdb0904 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java
@@ -78,5 +78,37 @@
   /**
    * The value associated with this is a Boolean.
    */
-  SERVER_START
+  SERVER_START,
+  /**
+   * The value associated with this is a Boolean.
+   */
+  REMOVE_LIBRARIES_AND_TOOLS,
+  /**
+   * The value associated with this is a Boolean.
+   */
+  REMOVE_DATABASES,
+  /**
+   * The value associated with this is a Boolean.
+   */
+  REMOVE_LOGS,
+  /**
+   * The value associated with this is a Boolean.
+   */
+  REMOVE_CONFIGURATION_AND_SCHEMA,
+  /**
+   * The value associated with this is a Boolean.
+   */
+  REMOVE_BACKUPS,
+  /**
+   * The value associated with this is a Boolean.
+   */
+  REMOVE_LDIFS,
+  /**
+   * The value associated with this is a Set of String.
+   */
+  EXTERNAL_DB_DIRECTORIES,
+  /**
+   * The value associated with this is a Set of String.
+   */
+  EXTERNAL_LOG_FILES
 }

--
Gitblit v1.10.0