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