blob: cc1fd9b8e00bb610fc3cc16ffa376e039c460f8a [file] [log] [blame]
/*
* generated by Xtext
*/
package org.polarsys.chess.xtext.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* Use this class to register components to be used within the IDE.
*/
public class FlaDslUiModule extends org.polarsys.chess.xtext.ui.AbstractFlaDslUiModule {
public FlaDslUiModule(AbstractUIPlugin plugin) {
super(plugin);
}
}