blob: 9ce8fb4a2e6822d2f58355ea875c969463fc6b61 [file] [log] [blame]
/*
* generated by Xtext 2.9.0.v201505180813
*/
package org.eclipse.fx.xtext.statemachine;
/**
* Initialization support for running Xtext languages
* without equinox extension registry
*/
public class StatemachineStandaloneSetup extends StatemachineStandaloneSetupGenerated{
public static void doSetup() {
new StatemachineStandaloneSetup().createInjectorAndDoEMFRegistration();
}
}