blob: a7a1eee9b966eabb9a1d6b7528b63298cfe734f4 [file] [log] [blame]
/*
* generated by Xtext
*/
package org.eclipse.qvto.examples.xtext.imperativeocl;
import org.eclipse.qvto.examples.pivot.imperativeocl.utilities.ImperativeOCLASResourceFactory;
/**
* Initialization support for running Xtext languages
* without equinox extension registry
*/
public class ImperativeOCLStandaloneSetup extends ImperativeOCLStandaloneSetupGenerated{
public static void doSetup() {
new ImperativeOCLStandaloneSetup().createInjectorAndDoEMFRegistration();
init();
}
public static void init() {
ImperativeOCLASResourceFactory.getInstance();
}
}