Author: sdzmitrovich
Date: 2009-02-24 11:15:44 -0500 (Tue, 24 Feb 2009)
New Revision: 13774
Removed:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/IEditableTemplate.java
Log:
code cleaning
Deleted:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/IEditableTemplate.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/IEditableTemplate.java 2009-02-24
16:14:55 UTC (rev 13773)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/IEditableTemplate.java 2009-02-24
16:15:44 UTC (rev 13774)
@@ -1,33 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 Red Hat, Inc.
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is 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
- *
- * Contributors:
- * Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-
-package org.jboss.tools.vpe.editor.template;
-
-import org.w3c.dom.Attr;
-import org.w3c.dom.Element;
-
-/**
- * The Interface IEditableTemplate.
- *
- * @author Evgenij Stherbin
- * @deprecated
- */
-public interface IEditableTemplate {
-
- /**
- * Gets the output attribute node.
- *
- * @param element the element
- *
- * @return the output attribute node
- */
- public abstract Attr getOutputAttributeNode(Element element);
-}