From ee3642c86959b44af3ff0e9fde9950a966527596 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 07 Aug 2007 22:32:50 +0000
Subject: [PATCH] The following modifications have the following goals:

---
 opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java
similarity index 98%
rename from opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java
rename to opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java
index dc92fcf..2e9704c 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java
+++ b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java
@@ -24,7 +24,7 @@
  *
  *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
  */
-package org.opends.statuspanel;
+package org.opends.guitools.statuspanel;
 
 import java.io.ByteArrayOutputStream;
 import java.io.File;
@@ -33,13 +33,13 @@
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
+import org.opends.guitools.i18n.ResourceProvider;
 import org.opends.quicksetup.util.Utils;
 import org.opends.quicksetup.Installation;
 import org.opends.server.core.DirectoryServer;
 import org.opends.server.util.ServerConstants;
 import org.opends.server.util.args.ArgumentParser;
 import org.opends.server.util.args.BooleanArgument;
-import org.opends.statuspanel.i18n.ResourceProvider;
 
 import static org.opends.server.messages.ToolMessages.*;
 import static org.opends.server.tools.ToolConstants.*;

--
Gitblit v1.10.0