mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
committed by
holger.bergunde
parent
8934380a02
commit
861c145778
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user