Changes
Page history
Update Building Headless RCP Xtext Application: Part I
authored
May 09, 2022
by
Serafim Simonov
Show whitespace changes
Inline
Side-by-side
Building-Headless-RCP-Xtext-Application:-Part-I.md
View page @
76ecb477
...
...
@@ -18,11 +18,10 @@ if your project explorer uses flat Project Presentation.
1.
File -> New -> Project... -> Plugin Development -> Plugin Project
2.
Set name to your.prefix.cli (in this tutorial org.xtext.example.mydsl.cli).
3.
Uncheck
`This Project will make contributions to the UI`
and set
`Create a rich client application`
to
`
no
`
3.
Uncheck
`This Project will make contributions to the UI`
and set
`Create a rich client application`
to
`
yes
`
4.
Click next.
5.
Check
`Create a plug-in using a template`
. Choose
`Headles Hello RCP`
template and click
`finish`
6.
Create an empty pom.xml
7.
Paste the xml-code provided bellow into the pom.xml
5.
Choose
`Headles Hello RCP`
template and click
`finish`
6.
Create a pom.xml with the following content.
```
...
...
...
...