eclipse plugin: move the WMLTools.java file to a better place
This commit is contained in:
parent
38369daa3d
commit
d0bcb47e35
3 changed files with 3 additions and 5 deletions
|
@ -5,7 +5,7 @@ import org.eclipse.jface.viewers.ISelection;
|
|||
import org.eclipse.ui.IObjectActionDelegate;
|
||||
import org.eclipse.ui.IWorkbenchPart;
|
||||
|
||||
import wesnoth_eclipse_plugin.globalactions.WMLTools;
|
||||
import wesnoth_eclipse_plugin.utils.WMLTools;
|
||||
import wesnoth_eclipse_plugin.utils.WorkspaceUtils;
|
||||
|
||||
public class RunWMLLintOnFile implements IObjectActionDelegate
|
||||
|
|
|
@ -6,7 +6,7 @@ import org.eclipse.ui.IObjectActionDelegate;
|
|||
import org.eclipse.ui.IWorkbenchPart;
|
||||
|
||||
import wesnoth_eclipse_plugin.globalactions.PreprocessorActions;
|
||||
import wesnoth_eclipse_plugin.globalactions.WMLTools;
|
||||
import wesnoth_eclipse_plugin.utils.WMLTools;
|
||||
import wesnoth_eclipse_plugin.utils.WorkspaceUtils;
|
||||
|
||||
public class RunWMLLintOnPreprocFile implements IObjectActionDelegate
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @author Timotei Dolean
|
||||
*/
|
||||
package wesnoth_eclipse_plugin.globalactions;
|
||||
package wesnoth_eclipse_plugin.utils;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
|
@ -16,8 +16,6 @@ import org.eclipse.ui.console.MessageConsoleStream;
|
|||
import wesnoth_eclipse_plugin.builder.ExternalToolInvoker;
|
||||
import wesnoth_eclipse_plugin.preferences.PreferenceConstants;
|
||||
import wesnoth_eclipse_plugin.preferences.PreferenceInitializer;
|
||||
import wesnoth_eclipse_plugin.utils.GUIUtils;
|
||||
import wesnoth_eclipse_plugin.utils.WorkspaceUtils;
|
||||
|
||||
public class WMLTools
|
||||
{
|
Loading…
Add table
Reference in a new issue