/* * generated by Xtext */ package gr.upatras.ece.wcl.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class SDLUiModule extends gr.upatras.ece.wcl.ui.AbstractSDLUiModule { public SDLUiModule(AbstractUIPlugin plugin) { super(plugin); } }