Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update using eclipse w/ link to beta plugin #221

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions src/main/markdown/usingeclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ If you do not already have Eclipse, you may download it from the [Eclipse Websit
<img src="https://developers.google.com/eclipse/images/google-plugin.png" style="float: left; width: 40px;
margin-right: 15px;"/>

Install the Google Plugin for Eclipse following [these instructions](https://developers.google.com/eclipse/docs/download)
Install the GWT Plugin for Eclipse following [these instructions](https://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html)

In the Install dialog, you will see an option to install the Plugin as well
as the GWT and App Engine SDKs. Choosing the SDK options will install a GWT
and/or App Engine SDK within your Eclipse plugin directory as a convenience.
In the Install dialog, you will see an option to install the Plugin as well as the GWT SDKs. Choosing the SDK options will install a GWT within your Eclipse plugin directory as a convenience.

GWT release candidates are not bundled with The Google Plugin For Eclipse. If you're interested in using a GWT RC SDK, download and add it to your workspace as described [here](https://developers.google.com/eclipse/docs/using_sdks).
GWT release candidates are not bundled with The GWT Plugin For Eclipse. If you're interested in using a GWT RC SDK, download and add it to your workspace as described [here](https://developers.google.com/eclipse/docs/using_sdks).

<div class="screenshot">
<img src="images/eclipse/eclipse-install-options.png"
Expand Down