blob: 3f56129e051d451c70d27866b1403248e15ffe7e [file] [log] [blame]
package org.eclipse.xtext.example.fowlerdsl;
/**
* Initialization support for running Xtext languages
* without equinox extension registry
*/
public class StatemachineStandaloneSetup extends StatemachineStandaloneSetupGenerated{
public static void doSetup() {
new StatemachineStandaloneSetup().createInjectorAndDoEMFRegistration();
}
}