SPARK-1264 fixed missing library in GatewayPlugin

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12173 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Holger Bergunde
2011-03-24 10:40:28 +00:00
committed by holger.bergunde
parent 8934380a02
commit 861c145778

View File

@ -37,7 +37,7 @@ import org.jivesoftware.spark.PresenceManager;
import org.jivesoftware.spark.SparkManager;
import org.jivesoftware.spark.component.MessageDialog;
import org.jivesoftware.spark.component.VerticalFlowLayout;
import org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane;
import org.jivesoftware.spark.plugin.Plugin;
import org.jivesoftware.spark.ui.*;
import org.jivesoftware.spark.util.SwingWorker;
@ -46,13 +46,10 @@ import org.jivesoftware.sparkimpl.plugin.gateways.transports.*;
import org.jivesoftware.sparkimpl.settings.local.LocalPreferences;
import org.jivesoftware.sparkimpl.settings.local.SettingsManager;
import com.sun.org.apache.xerces.internal.impl.RevalidationHandler;
import com.sun.xml.internal.ws.api.pipe.TransportTubeFactory;
import javax.swing.*;
import java.awt.EventQueue;
import java.awt.GridLayout;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;