From 5064c8626efa1e9d351f05792f9ccc403ec2eac0 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 08 Jun 2007 17:12:53 +0000
Subject: [PATCH] Add some UI to be able to let the user choose whether to enable Windows Service or not.
---
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
index 72bb85f..0f05277 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -146,6 +146,10 @@
/**
* The value associated with this is a Boolean.
*/
+ ENABLE_WINDOWS_SERVICE,
+ /**
+ * The value associated with this is a Boolean.
+ */
REMOVE_LIBRARIES_AND_TOOLS,
/**
* The value associated with this is a Boolean.
--
Gitblit v1.10.0