blob: 677c2fd899422740b98f92e18de0812ecc8a998a [file] [log] [blame]
/*
* generated by Xtext
*/
/*------------------------------------------------------------------------------
-
- Copyright (c) 2013, 2015 Intecs SpA
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
-
- Stefano Puri stefano.puri@intecs.it
-
- Initial API and implementation and/or initial documentation
------------------------------------------------------------------------------*/
package org.polarsys.chess.xtext;
import org.polarsys.chess.xtext.FlaDslStandaloneSetupGenerated;
/**
* Initialization support for running Xtext languages
* without equinox extension registry
*/
public class FlaDslStandaloneSetup extends FlaDslStandaloneSetupGenerated{
public static void doSetup() {
new FlaDslStandaloneSetup().createInjectorAndDoEMFRegistration();
}
}