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