/* * generated by Xtext */ package ch.voburger.xtext.sandbox.mydsl.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class MyDslUiModule extends ch.voburger.xtext.sandbox.mydsl.ui.AbstractMyDslUiModule { public MyDslUiModule(AbstractUIPlugin plugin) { super(plugin); } }