/* * generated by Xtext */ package net.certware.sacm.dsl.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class SacmDslUiModule extends net.certware.sacm.dsl.ui.AbstractSacmDslUiModule { public SacmDslUiModule(AbstractUIPlugin plugin) { super(plugin); } }