Last change
on this file was
61,
checked in by hkaulbersch, 11 years ago
|
initial commit
|
-
Property svn:mime-type set to
text/plain
|
File size:
338 bytes
|
Line | |
---|
1 | /* |
---|
2 | * generated by Xtext |
---|
3 | */ |
---|
4 | package de.ugoe.cs.swe.bnftools; |
---|
5 | |
---|
6 | /** |
---|
7 | * Initialization support for running Xtext languages |
---|
8 | * without equinox extension registry |
---|
9 | */ |
---|
10 | public class EbnfStandaloneSetup extends EbnfStandaloneSetupGenerated{ |
---|
11 | |
---|
12 | public static void doSetup() { |
---|
13 | new EbnfStandaloneSetup().createInjectorAndDoEMFRegistration(); |
---|
14 | } |
---|
15 | } |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.