blob: 508c29217e2b6cb2b300aa59ce45c3b43d3f3375 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2015 Willink Transformations 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.qvtcorebase.ui;
import org.eclipse.ocl.xtext.base.ui.BaseEditor;
import org.eclipse.qvtd.xtext.qvtcorebase.ui.internal.QVTcoreBaseActivator;
public class QVTcoreBaseEditor extends BaseEditor
{
public static final String EDITOR_ID = QVTcoreBaseActivator.ORG_ECLIPSE_QVTD_XTEXT_QVTCOREBASE_QVTCOREBASE;
public QVTcoreBaseEditor() {
super();
}
}