blob: 7841aa604661945072b997da8af5f26a0eda5977 [file] [log] [blame]
/**
* Copyright (c) 2018 CEA.
* 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:
* CEA - initial API and implementation and/or initial documentation
*/
/*
* generated by Xtext 2.9.1
*/
package org.eclipse.sensinact.studio.language
/**
* Initialization support for running Xtext languages without Equinox extension registry.
*/
class SensinactStandaloneSetup extends SensinactStandaloneSetupGenerated {
def static void doSetup() {
new SensinactStandaloneSetup().createInjectorAndDoEMFRegistration()
}
}