From be4f78978faba3d3ceb88df02a7f93a2e09ff1e0 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Tue, 3 Aug 2021 18:42:39 +0900 Subject: Initial commit Bug-AGL: SPEC-4033 Signed-off-by: Kenji Hosokawa --- .../src/rba/tool/editor/RBAModelStandaloneSetup.xtend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend (limited to 'rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend') diff --git a/rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend b/rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend new file mode 100644 index 0000000..73b8b5f --- /dev/null +++ b/rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend @@ -0,0 +1,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() + } +} -- cgit 1.2.3-korg