summaryrefslogtreecommitdiffstats
path: root/rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend
diff options
context:
space:
mode:
Diffstat (limited to 'rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend')
-rw-r--r--rba.tool.editor/src/rba/tool/editor/RBAModelStandaloneSetup.xtend15
1 files changed, 15 insertions, 0 deletions
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()
+ }
+}