Update Building Headless RCP XText Application: Part II authored by Serafim Simonov's avatar Serafim Simonov
...@@ -124,3 +124,11 @@ public class Application implements IApplication { ...@@ -124,3 +124,11 @@ public class Application implements IApplication {
} }
``` ```
3. Open pluginx.xml
4. Switch to Dependencies
5. Add following required plugins:
- org.eclipse.core.runtime
- org.eclipse.emf.ecore
- org.eclipse.xtext
- org.xtext.example.mydsl