RDL-Editor/com.minres.rdl.parent/com.minres.rdl/src/com/minres/rdl/RDLStandaloneSetup.xtend

16 lines
321 B
Plaintext

/*
* generated by Xtext 2.14.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()
}
}