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 finish - click `new`
4. Chose Contents tab - set `Defining Plu-In`: org.xtext.example.mydsl.cli
5. Add `org.xtext.example.mydsl.cli` - set Product ID: `product`
6. Click add requiered. - set`Application`: org.xtext.example.mydsl.cli.application
7. Add javax.annotations plugin if it is not in the list. - Click finish
8. Select `Configuration` tab 4. Configure `Contents`
9. Click `Add Recommended` in `Start Levels` menu - 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 Run -Dmaven.repo.local=.m2/repository package