Author: timotei
Date: Tue Aug 2 21:34:46 2011
New Revision: 50568
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50568&view=rev
Log:
eclipse plugin: Remove unused class
Removed:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/action/RunWMLLintOnPreprocFile.java
Removed:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/action/RunWMLLintOnPreprocFile.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/action/RunWMLLintOnPreprocFile.java?rev=50567&view=auto
==============================================================================
---
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/action/RunWMLLintOnPreprocFile.java
(original)
+++
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/action/RunWMLLintOnPreprocFile.java
(removed)
@@ -1,30 +1,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 - 2011 by Timotei Dolean <[email protected]>
- *
- * This program and the accompanying materials are made available
- * under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
-
*******************************************************************************/
-package org.wesnoth.action;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.jface.action.IAction;
-import org.wesnoth.preprocessor.PreprocessorUtils;
-import org.wesnoth.utils.WMLTools;
-import org.wesnoth.utils.WorkspaceUtils;
-import org.wesnoth.utils.WMLTools.Tools;
-
-
-public class RunWMLLintOnPreprocFile extends ObjectActionDelegate
-{
- @Override
- public void run(IAction action)
- {
- IFile file =
WorkspaceUtils.getSelectedFile(WorkspaceUtils.getWorkbenchWindow());
- PreprocessorUtils.getInstance().preprocessFile(file, null);
-
- WMLTools.runWMLToolAsWorkspaceJob(Tools.WMLLINT,
-
PreprocessorUtils.getInstance().getPreprocessedFilePath(file, false,
false).toString());
- }
-}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits