/* * generated by Xtext */ package de.ugoe.cs.swe.bnftools.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class EbnfUiModule extends de.ugoe.cs.swe.bnftools.ui.AbstractEbnfUiModule { public EbnfUiModule(AbstractUIPlugin plugin) { super(plugin); } }