Skip to content

Commit

Permalink
Remove unnecessary gwt.xml instructions (eclipse-che#5317)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Ivantsov <eivantsov@codenvy.com>
  • Loading branch information
Eugene Ivantsov authored Jun 14, 2017
1 parent 5710682 commit c00ae95
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 116 deletions.
17 changes: 2 additions & 15 deletions samples/sample-plugin-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,7 @@ Add:
You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the `pom.xml` for you.


### 2- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
...
<inherits name='org.eclipse.che.plugin.sampleactions.SampleActions'/>
...
```

### 3- Rebuild Eclipse Che
### 2- Rebuild Eclipse Che


```Shell
Expand All @@ -49,7 +36,7 @@ cd assembly/assembly-main
mvn clean install
```

### 4- Run Eclipse Che
### 3- Run Eclipse Che

```Shell
# Start Che using the CLI with your new assembly
Expand Down
17 changes: 2 additions & 15 deletions samples/sample-plugin-embedjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,7 @@ Add:
You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the `pom.xml` for you.


### 2- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
...
<inherits name='org.eclipse.che.plugin.embedjsexample.EmbedJSExample'/>
...
```

### 3- Rebuild Eclipse Che
### 2- Rebuild Eclipse Che


```Shell
Expand All @@ -50,7 +37,7 @@ cd assembly/assembly-main
mvn clean install
```

### 4- Run Eclipse Che
### 3- Run Eclipse Che

```Shell
# Start Che using the CLI with your new assembly
Expand Down
15 changes: 2 additions & 13 deletions samples/sample-plugin-filetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,7 @@ Add:
You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the `pom.xml` for you.


### 2- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
<inherits name='org.eclipse.che.plugin.filetype.MyFileType'/>
```

### 3- Rebuild Eclipse Che
### 2- Rebuild Eclipse Che


```Shell
Expand All @@ -47,7 +36,7 @@ cd assembly/assembly-main
mvn clean install
```

### 4- Run Eclipse Che
### 3- Run Eclipse Che

```Shell
# Start Che using the CLI with your new assembly
Expand Down
17 changes: 2 additions & 15 deletions samples/sample-plugin-json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,7 @@ Add:

You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the pom.xml for you.

### 3- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
...
<inherits name='org.eclipse.che.plugin.jsonexample.JSONExample'/>
...
```

### 3- Rebuild Eclipse Che
### 2- Rebuild Eclipse Che


```Shell
Expand All @@ -86,7 +73,7 @@ cd assembly/assembly-main
mvn clean install
```

### 4- Run Eclipse Che
### 3- Run Eclipse Che

```Shell
# Start Che using the CLI with your new assembly
Expand Down
17 changes: 2 additions & 15 deletions samples/sample-plugin-nativeaccess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,7 @@ Add:
You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the `pom.xml` for you.


### 2- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
...
<inherits name='org.eclipse.che.plugin.nativeaccessexample.NativeAccessExample'/>
...
```

### 3- Rebuild Eclipse Che
### 2- Rebuild Eclipse Che


```Shell
Expand All @@ -52,7 +39,7 @@ cd assembly/assembly-main
mvn clean install
```

### 4- Run Eclipse Che
### 3- Run Eclipse Che

```Shell
# Start Che using the CLI with your new assembly
Expand Down
17 changes: 2 additions & 15 deletions samples/sample-plugin-parts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,7 @@ Add:
You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the `pom.xml` for you.


### 2- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
...
<inherits name='org.eclipse.che.plugin.parts.SampleParts'/>
...
```

### 3- Rebuild Eclipse Che
### 2- Rebuild Eclipse Che


```Shell
Expand All @@ -50,7 +37,7 @@ cd assembly/assembly-main
mvn clean install
```

### 4- Run Eclipse Che
### 3- Run Eclipse Che

```Shell
# Start Che using the CLI with your new assembly
Expand Down
16 changes: 1 addition & 15 deletions samples/sample-plugin-serverservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,7 @@ Add:
```
You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the pom.xml for you.

### 3- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
...
<inherits name='org.eclipse.che.plugin.serverservice.ServerService'/>
...
```


### 4- Rebuild Eclipse Che
### 3- Rebuild Eclipse Che


```Shell
Expand Down
13 changes: 0 additions & 13 deletions samples/sample-plugin-wizard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,6 @@ Add:

You can insert the dependency anywhere in the list. After you have inserted it, run `mvn sortpom:sort` and maven will order the pom.xml for you.

### 3- Register dependency to the GWT application

Link the GUI extension into the GWT app. You will add an `<inherits>` tag to the module definition. The name of the GWT extension is derived from the direction + package structure given to the GWT module defined in our extension.

In: `assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml`

Add:
```XML
...
<inherits name='org.eclipse.che.plugin.sample.wizard.SampleWizard'/>
...
```

### 3- Rebuild Eclipse Che


Expand Down

0 comments on commit c00ae95

Please sign in to comment.