blob: ca63fcef58a9f9ff841f4482e7fdb47e9b65310f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*/
package org.eclipse.qvtd.xtext.qvtbase.ui;
import org.eclipse.ocl.xtext.base.ui.BaseEditor;
import org.eclipse.qvtd.xtext.qvtbase.ui.internal.QVTbaseActivator;
@Deprecated /* @deprecated a deriveed QVT editor should be in use */
public class QVTbaseEditor extends BaseEditor
{
public static final String EDITOR_ID = QVTbaseActivator.ORG_ECLIPSE_QVTD_XTEXT_QVTBASE_QVTBASE;
public QVTbaseEditor() {
super();
}
}