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

16 lines
321 B
Plaintext
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.
*/
class RDLStandaloneSetup extends RDLStandaloneSetupGenerated {
def static void doSetup() {
new RDLStandaloneSetup().createInjectorAndDoEMFRegistration()
}
}