Modidy a package name of nemo
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor / src / org / opendaylight / nemo / tool / eclipse / plugin / EditorStandaloneSetup.java
1 /*
2  * generated by Xtext
3  */
4 package org.opendaylight.nemo.tool.eclipse.plugin;
5
6 /**
7  * Initialization support for running Xtext languages 
8  * without equinox extension registry
9  */
10 public class EditorStandaloneSetup extends EditorStandaloneSetupGenerated{
11
12         public static void doSetup() {
13                 new EditorStandaloneSetup().createInjectorAndDoEMFRegistration();
14         }
15 }
16