From 2407034b7b1accbdc9b70d10b4a56c0b68c4442b Mon Sep 17 00:00:00 2001 From: jonl-percsolutions-com Date: Tue, 21 Feb 2017 16:25:09 -0700 Subject: [PATCH 1/2] Update using eclipse w/ link to beta plugin Added a link to the open source GWT Eclipse Plugin beta. --- src/main/markdown/usingeclipse.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/markdown/usingeclipse.md b/src/main/markdown/usingeclipse.md index a7682590e..2469f67ad 100644 --- a/src/main/markdown/usingeclipse.md +++ b/src/main/markdown/usingeclipse.md @@ -35,6 +35,10 @@ GWT release candidates are not bundled with The Google Plugin For Eclipse. If yo style="width: 385px; height: 100px;" alt="screenshot"/> +A beta version of the community GWT Plugin for Eclipse is available [here](https://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html). + +**DO NOT** attempt to use both versions of the plugin together. + ## Create a Web Application To create a Web Application, select **File > New > Web Application Project** from the Eclipse menu. From a9b471d50e458d09c86b978b12358ec90c9b1128 Mon Sep 17 00:00:00 2001 From: jonl-percsolutions-com Date: Wed, 22 Feb 2017 13:55:59 -0700 Subject: [PATCH 2/2] Remove reference to Google Plugin Changed to move reference to Google Plugin. --- src/main/markdown/usingeclipse.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/main/markdown/usingeclipse.md b/src/main/markdown/usingeclipse.md index 2469f67ad..11c1f95f2 100644 --- a/src/main/markdown/usingeclipse.md +++ b/src/main/markdown/usingeclipse.md @@ -22,23 +22,17 @@ If you do not already have Eclipse, you may download it from the [Eclipse Websit -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).
screenshot
-A beta version of the community GWT Plugin for Eclipse is available [here](https://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html). - -**DO NOT** attempt to use both versions of the plugin together. - ## Create a Web Application To create a Web Application, select **File > New > Web Application Project** from the Eclipse menu.