Changes
Page history
Update Building Headless RCP Xtext Application: Part I
authored
May 07, 2022
by
Serafim Simonov
Show whitespace changes
Inline
Side-by-side
Building-Headless-RCP-Xtext-Application:-Part-I.md
View page @
8d6b2100
...
...
@@ -36,6 +36,7 @@
```
## Create empty project.
1.
File -> New -> Other -> General -> Project
2 Set project name to project.prefix.product (in this tutorial: org.xtext.example.mydsl.product).
2.
Now we need to create a product file. Right click on the project -> New -> Other -> Plugin Development-> Product Configuration
3.
In the wizard select,
`Create a configuration file with basic settings `
4.
Set file name to org.xtext.example.mydsl.product
...
...
...
...