source: default/v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/EbnfStandaloneSetup.java @ 84

Last change on this file since 84 was 61, checked in by hkaulbersch, 10 years ago

initial commit

  • Property svn:mime-type set to text/plain
File size: 338 bytes
Line 
1/*
2* generated by Xtext
3*/
4package de.ugoe.cs.swe.bnftools;
5
6/**
7 * Initialization support for running Xtext languages
8 * without equinox extension registry
9 */
10public 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.