... | ... | @@ -81,7 +81,7 @@ public class MyGenerator { |
|
|
|
|
|
```
|
|
|
|
|
|
6. Change the implementaiton of the Application class like shown below.
|
|
|
6. Change the implementation of the Application class like shown below.
|
|
|
```Java
|
|
|
package org.xtext.example.mydsl.cli;
|
|
|
|
... | ... | @@ -152,11 +152,11 @@ public class Application implements IApplication { |
|
|
- set`Application`: org.xtext.example.mydsl.cli.application
|
|
|
- Click finish
|
|
|
4. Configure `Contents`
|
|
|
- select `Contents` tav
|
|
|
- select `Contents` tab
|
|
|
- Add `org.xtext.example.mydsl.cli`
|
|
|
- Click add requiered.
|
|
|
- Click add required.
|
|
|
- Add javax.annotations plugin if it is not in the list.
|
|
|
5. Configutre `Configuration`
|
|
|
5. Configure `Configuration`
|
|
|
- select `Configuration tab`
|
|
|
- Click `Add Recommended` in `Start Levels` menu
|
|
|
|
... | ... | |