Skip to content

Commit 012848e

Browse files
committed
Remove gwt-codeserver dependency mentions from site
gwt-codeserver is actually merged into gwt-dev since GWT 2.7, and while the plugin supports GWT 2.6, it's probably not worth mentionning it.
1 parent f472786 commit 012848e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/site/markdown/migrating.md.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The ${project.name} is very different from Mojo's Maven Plugin for GWT.
66

77
To begin with, Mojo's plugin is tightly linked to a specific version of GWT,
88
whereas the ${project.name} is [independent of the GWT version](usage.html).
9-
This means that when migrating, you have to add dependencies to `gwt-dev` and `gwt-codeserver` to your project.
9+
This means that when migrating, you have to add dependencies to `gwt-dev` to your project.
1010

1111
The module is managed in `src/main/module.gwt.xml` by default.
1212
When migrating your project, you have to either move your module file to `src/main/module.gwt.xml`

src/site/markdown/usage.md.vm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ $h2 Basic usage
4242
<groupId>com.google.gwt</groupId>
4343
<artifactId>gwt-dev</artifactId>
4444
</dependency>
45-
<dependency>
46-
<groupId>com.google.gwt</groupId>
47-
<artifactId>gwt-codeserver</artifactId>
48-
</dependency>
4945
</dependencies>
5046
</build>
5147
```

0 commit comments

Comments
 (0)