source: java/Framclipse/com.framsticks.framclipse/src/com/framsticks/framclipse/FramScriptStandaloneSetup.java @ 437

Last change on this file since 437 was 437, checked in by Mateusz Poszwa, 9 years ago

Added Framclipse as developed by Bartosz Kukawka and Tomek Maciejewski in 2010

  • Property svn:eol-style set to native
File size: 332 bytes
Line 
1
2package com.framsticks.framclipse;
3
4/**
5 * Initialization support for running Xtext languages
6 * without equinox extension registry
7 */
8public class FramScriptStandaloneSetup extends FramScriptStandaloneSetupGenerated{
9
10        public static void doSetup() {
11                new FramScriptStandaloneSetup().createInjectorAndDoEMFRegistration();
12        }
13}
14
Note: See TracBrowser for help on using the repository browser.