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