mirror of https://github.com/Minres/RDL-Editor.git
16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
/*
|
|
* generated by Xtext 2.12.0
|
|
*/
|
|
package com.minres.rdl
|
|
|
|
|
|
/**
|
|
* Initialization support for running Xtext languages without Equinox extension registry.
|
|
*/
|
|
class RDLStandaloneSetup extends RDLStandaloneSetupGenerated {
|
|
|
|
def static void doSetup() {
|
|
new RDLStandaloneSetup().createInjectorAndDoEMFRegistration()
|
|
}
|
|
}
|