Changes
Page history
Update Building Headless RCP XText Application: Part II
authored
May 10, 2022
by
Serafim Simonov
Show whitespace changes
Inline
Side-by-side
Building-Headless-RCP-XText-Application:-Part-II.md
View page @
e7729042
...
...
@@ -81,7 +81,7 @@ public class MyGenerator {
```
6.
Change the implementa
i
ton of the Application class like shown below.
6.
Change the implementat
i
on of the Application class like shown below.
```
Java
package org.xtext.example.mydsl.cli;
...
...
@@ -152,11 +152,11 @@ public class Application implements IApplication {
-
set
`Application`
: org.xtext.example.mydsl.cli.application
-
Click finish
4.
Configure
`Contents`
-
select
`Contents`
ta
v
-
select
`Contents`
ta
b
-
Add
`org.xtext.example.mydsl.cli`
-
Click add requi
e
red.
-
Click add required.
-
Add javax.annotations plugin if it is not in the list.
5.
Configu
t
re
`Configuration`
5.
Configure
`Configuration`
-
select
`Configuration tab`
-
Click
`Add Recommended`
in
`Start Levels`
menu
...
...
...
...