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/SplashScreen.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/statuspanel/org/opends/statuspanel/SplashScreen.java b/opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
similarity index 96%
rename from opends/src/statuspanel/org/opends/statuspanel/SplashScreen.java
rename to opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
index 7d8043a..35c0023 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/SplashScreen.java
+++ b/opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
@@ -25,7 +25,7 @@
* Portions Copyright 2007 Sun Microsystems, Inc.
*/
-package org.opends.statuspanel;
+package org.opends.guitools.statuspanel;
import javax.swing.SwingUtilities;
@@ -65,7 +65,7 @@
try
{
statusPanelClass = Class.forName(
- "org.opends.statuspanel.StatusPanelController");
+ "org.opends.guitools.statuspanel.StatusPanelController");
statusPanel = statusPanelClass.newInstance();
statusPanelClass.getMethod("initialize", new Class[]
{ String[].class }).invoke(statusPanel, new Object[]
--
Gitblit v1.10.0