Update Building Headless RCP XText Application: Part II authored by Serafim Simonov's avatar Serafim Simonov
......@@ -141,18 +141,24 @@ public class Application implements IApplication {
## Configure product
1. Open org.xtext.example.mydsl.product
2. In overview fill out Version and Name field.
3. In product definition:
- `new`
- `Defining Plu-In`: org.xtext.example.mydsl.product
- `Application`: org.xtext.example.mydsl.cli.application
- Click finish
4. Chose Contents tab
5. Add `org.xtext.example.mydsl.cli`
6. Click add requiered.
7. Add javax.annotations plugin if it is not in the list.
8. Select `Configuration` tab
9. Click `Add Recommended` in `Start Levels` menu
2. Fill out following entries:
- ID: org.xtext.example.mydsl.product
- Version: 1.0.0
- Name: org.xtext.example.mydsl.product
3. Configure `Product definition`:
- click `new`
- set `Defining Plu-In`: org.xtext.example.mydsl.cli
- set Product ID: `product`
- set`Application`: org.xtext.example.mydsl.cli.application
- Click finish
4. Configure `Contents`
- select `Contents` tav
- Add `org.xtext.example.mydsl.cli`
- Click add requiered.
- Add javax.annotations plugin if it is not in the list.
5. Configutre `Configuration`
- select `Configuration tab`
- Click `Add Recommended` in `Start Levels` menu
Run -Dmaven.repo.local=.m2/repository package