blob: 155f50f57d01becda9cf8531c0357d76938dc290 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2004 IBM Corporation and others.
* All rights reserved. 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
*
* Contributors:
* IBM Corporation - initial API and implementation
* Jens Lukowski/Innoopract - initial renaming/restructuring
*
*******************************************************************************/
package org.eclipse.wst.xml.ui;
import org.eclipse.wst.xml.ui.internal.XMLUIPlugin;
/**
* @deprecated use XMLUIPlugin instead
*/
public class XMLEditorPlugin extends XMLUIPlugin {
// just extending XMLUIPlugin to keep everything compatible
}