blob: 28bfad88be9f67cad5e7c3b5608984290c8d7555 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 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.ui.plugin.AbstractUIPlugin;
/**
* Use this class to register components to be used within the IDE.
*/
public class QVTcoreBaseUiModule extends org.eclipse.qvtd.xtext.qvtcorebase.ui.AbstractQVTcoreBaseUiModule {
public QVTcoreBaseUiModule(AbstractUIPlugin plugin) {
super(plugin);
}
}