RDL-Editor/com.minres.rdl.parent/com.minres.rdl/xtend-gen/com/minres/rdl/RDLStandaloneSetup.java

15 lines
361 B
Java
Raw Normal View History

2017-09-12 12:48:21 +02:00
/**
* generated by Xtext 2.14.0
2017-09-12 12:48:21 +02:00
*/
package com.minres.rdl;
/**
* Initialization support for running Xtext languages without Equinox extension registry.
*/
@SuppressWarnings("all")
public class RDLStandaloneSetup extends RDLStandaloneSetupGenerated {
public static void doSetup() {
new RDLStandaloneSetup().createInjectorAndDoEMFRegistration();
}
}