From 4cd4ffb2771ea2d133b30273b1ffea0fef6b4552 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 17 Apr 2007 20:23:12 +0000
Subject: [PATCH] This commit introduces preliminary versions of the upgrader tool's GUI wizard panels. Effort has been made to make the panels conform to the design at
---
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
similarity index 98%
rename from opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java
rename to opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
index 937721e..0fa8164 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -25,7 +25,7 @@
* Portions Copyright 2006-2007 Sun Microsystems, Inc.
*/
-package org.opends.quicksetup.installer;
+package org.opends.quicksetup.ui;
/**
* This is an enumeration used to identify the different fields that we have
@@ -111,4 +111,5 @@
* The value associated with this is a Set of String.
*/
EXTERNAL_LOG_FILES
+
}
--
Gitblit v1.10.0