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

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
2package de.ugoe.cs.swe.bnftools;
3
4/**
5 * Initialization support for running Xtext languages
6 * without equinox extension registry
7 */
8public 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.