1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-23 14:53:26 +02:00

Package Renames

This commit is contained in:
ementalo
2012-07-16 15:01:16 +01:00
parent 9d41899b97
commit 3c385e6927
66 changed files with 208 additions and 226 deletions

View File

@@ -1,8 +1,8 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.api.IUser;
import com.earth2me.essentials.commands.EssentialsCommand;
import com.earth2me.essentials.commands.NotEnoughArgumentsException;
import net.ess3.api.IUser;
import net.ess3.commands.EssentialsCommand;
import net.ess3.commands.NotEnoughArgumentsException;
public class Commandsetxmpp extends EssentialsCommand

View File

@@ -1,10 +1,8 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.Console;
import com.earth2me.essentials.api.server.CommandSender;
import com.earth2me.essentials.commands.EssentialsCommand;
import com.earth2me.essentials.commands.NotEnoughArgumentsException;
import org.bukkit.command.CommandSender;
import net.ess3.Console;
import net.ess3.commands.EssentialsCommand;
import net.ess3.commands.NotEnoughArgumentsException;
import org.bukkit.entity.Player;

View File

@@ -1,10 +1,9 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.api.server.CommandSender;
import com.earth2me.essentials.commands.EssentialsCommand;
import com.earth2me.essentials.commands.NotEnoughArgumentsException;
import net.ess3.commands.EssentialsCommand;
import net.ess3.commands.NotEnoughArgumentsException;
import java.util.List;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;

View File

@@ -1,10 +1,10 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.commands.EssentialsCommandHandler;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.api.ICommandHandler;
import com.earth2me.essentials.api.IEssentials;
import com.earth2me.essentials.api.IUser;
import net.ess3.commands.EssentialsCommandHandler;
import static net.ess3.I18n._;
import net.ess3.api.ICommandHandler;
import net.ess3.api.IEssentials;
import net.ess3.api.IUser;
import java.util.List;
import java.util.Locale;
import java.util.logging.Level;

View File

@@ -1,7 +1,7 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.api.IEssentials;
import com.earth2me.essentials.api.IUser;
import net.ess3.api.IEssentials;
import net.ess3.api.IUser;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.api.IUser;
import net.ess3.api.IUser;
import java.util.List;
import org.bukkit.entity.Player;
import org.bukkit.plugin.Plugin;

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.api.IReload;
import net.ess3.api.IReload;
import java.io.File;
import java.io.IOException;
import java.util.*;

View File

@@ -1,7 +1,7 @@
package com.earth2me.essentials.xmpp;
import com.earth2me.essentials.api.IReload;
import com.earth2me.essentials.api.IUser;
import net.ess3.api.IReload;
import net.ess3.api.IUser;
import java.io.File;
import java.util.*;
import java.util.logging.Handler;