blob: cac226fb0e7af5886c748ef8f4e1182ab4cddf62 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 E.D.Willink 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:
* E.D.Willink - initial API and implementation
*/
package org.eclipse.qvtd.xtext.qvtrelation.ui;
import org.eclipse.qvtd.xtext.qvtrelation.ui.internal.QVTrelationActivator;
import org.eclipse.xtext.ui.editor.XtextEditor;
public class QVTrelationEditor extends XtextEditor
{
public static final String EDITOR_ID = QVTrelationActivator.ORG_ECLIPSE_QVTD_XTEXT_QVTRELATION_QVTRELATION;
public QVTrelationEditor() {
super();
}
}