mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-07-07 16:23:26 +02:00
Iniital checkin
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* generated by Xtext 2.12.0
|
||||
*/
|
||||
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();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user