Update Building Headless RCP XText Application: Part II authored by Serafim Simonov's avatar Serafim Simonov
...@@ -125,17 +125,6 @@ public class Application implements IApplication { ...@@ -125,17 +125,6 @@ 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
6. Add following imported packages:
- com.google.inject,
## Configure product ## Configure product
... ...
......