Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor.ui / src / org / opendaylight / nemo / tool / eclipse / plugin / ui / EditorUiModule.java
1 /*
2  * generated by Xtext
3  */
4 package org.opendaylight.nemo.tool.eclipse.plugin.ui;
5
6 import org.eclipse.ui.plugin.AbstractUIPlugin;
7
8 /**
9  * Use this class to register components to be used within the IDE.
10  */
11 public class EditorUiModule extends org.opendaylight.nemo.tool.eclipse.plugin.ui.AbstractEditorUiModule {
12         public EditorUiModule(AbstractUIPlugin plugin) {
13                 super(plugin);
14         }
15 }