Update Building Headless RCP Xtext Application: Part I authored by Serafim Simonov's avatar Serafim Simonov
......@@ -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
......
......