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 { ...@@ -141,18 +141,24 @@ public class Application implements IApplication {
## Configure product ## Configure product
1. Open org.xtext.example.mydsl.product 1. Open org.xtext.example.mydsl.product
2. In overview fill out Version and Name field. 2. Fill out following entries:
3. In product definition: - ID: org.xtext.example.mydsl.product
- `new` - Version: 1.0.0
- `Defining Plu-In`: org.xtext.example.mydsl.product - Name: org.xtext.example.mydsl.product
- `Application`: org.xtext.example.mydsl.cli.application 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 - Click finish
4. Chose Contents tab 4. Configure `Contents`
5. Add `org.xtext.example.mydsl.cli` - select `Contents` tav
6. Click add requiered. - Add `org.xtext.example.mydsl.cli`
7. Add javax.annotations plugin if it is not in the list. - Click add requiered.
8. Select `Configuration` tab - Add javax.annotations plugin if it is not in the list.
9. Click `Add Recommended` in `Start Levels` menu 5. Configutre `Configuration`
- select `Configuration tab`
- Click `Add Recommended` in `Start Levels` menu
Run -Dmaven.repo.local=.m2/repository package Run -Dmaven.repo.local=.m2/repository package