blob: 31ca8742b1446ab5c41df5602b6a3d0ac6a0f911 [file] [log] [blame]
/*
* generated by Xtext
*/
package org.xtext.example.mydsl.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* Use this class to register components to be used within the IDE.
*/
public class MyDslUiModule extends org.xtext.example.mydsl.ui.AbstractMyDslUiModule {
public MyDslUiModule(AbstractUIPlugin plugin) {
super(plugin);
}
}