/* * generated by Xtext */ package at.bestsolution.efxclipse.tooling.svgpath.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class SvgPathUiModule extends at.bestsolution.efxclipse.tooling.svgpath.ui.AbstractSvgPathUiModule { public SvgPathUiModule(AbstractUIPlugin plugin) { super(plugin); } }