blob: 9e17a7dd53b458aa9d2fce638c7301d4d87126d6 [file] [log] [blame]
package org.eclipse.xtext.example.arithmetics;
/**
* Initialization support for running Xtext languages
* without equinox extension registry
*/
public class ArithmeticsStandaloneSetup extends ArithmeticsStandaloneSetupGenerated{
public static void doSetup() {
new ArithmeticsStandaloneSetup().createInjectorAndDoEMFRegistration();
}
}