blob: 1addd0646d6e951538240336b467206ce250da2e [file] [log] [blame]
/*
* generated by Xtext
*/
package org.eclipse.qvto.examples.xtext.qvtoperational.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* Use this class to register components to be used within the IDE.
*/
public class QVTOperationalUiModule extends org.eclipse.qvto.examples.xtext.qvtoperational.ui.AbstractQVTOperationalUiModule {
public QVTOperationalUiModule(AbstractUIPlugin plugin) {
super(plugin);
}
}