summaryrefslogtreecommitdiffstats
path: root/rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend
blob: 73b8b5f3006831ea56ed702a14a9132b0e95423f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * generated by Xtext 2.12.0
 */
package rba.tool.editor


/**
 * Initialization support for running Xtext languages without Equinox extension registry.
 */
class RBAModelStandaloneSetup extends RBAModelStandaloneSetupGenerated {

	def static void doSetup() {
		new RBAModelStandaloneSetup().createInjectorAndDoEMFRegistration()
	}
}