Skip to content

Commit 3a54473

Browse files
authored
removed old version number and replaced repo by 'current' version (#502)
* removed old version number and replaced repo by 'current' version * Fixed download URL and an old comment
1 parent ccb8f3e commit 3a54473

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

README.md

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44

55
This repository houses the source for the GWT Eclipse Plugin.
66

7-
## Thanks to our Sponsors
8-
Sponsors that provide man power and equipment to help get the job done.
9-
10-
### Google
11-
The Google Cloud Tools team has put a significant amount of effort in helping bring the GWT Eclipse Plugin to market.
12-
13-
* [Google Cloud Tools](https://cloud.google.com/)
14-
15-
## Not Included
16-
* This plugin does not include the [Google Cloud Tools Eclipse](https://github.com/GoogleCloudPlatform/google-cloud-eclipse) features.
17-
187
## Reference
198
* [Documentation](http://gwt-plugins.github.io/documentation/)
209
* [GWT Eclipse Plugin Youtube Playlist](https://www.youtube.com/watch?v=DU7ZQVLR5Zo&list=PLBbgqtDgdc_TqzA-qXrjgTFMC_6DKAQyT)
@@ -53,18 +42,11 @@ The Eclipse repositories for this plugin.
5342
Release update site.
5443

5544
* [Eclipse Marketplace entry for the GWT Plugin](https://marketplace.eclipse.org/content/gwt-plugin)
56-
* [Update sites for the GWT Plugin](https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/)
45+
* [Update sites for the GWT Plugin](https://plugins.gwtproject.org/eclipse/site/latest)
5746

5847
### Production Zip
5948
Download the repo in a zip file from the latest release at the
60-
[releases page](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/). The current release is
61-
[4.0.0](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/download/v4.0.0/repository.zip)
62-
63-
### Staging
64-
The staging repository is also at plugins.gwtproject.org, under the `nightly` version. At this time,
65-
these are signed with a self-signed certificate.
66-
67-
* Nightly update site: https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/nightly
49+
[releases page](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/).)
6850

6951
## Development
7052

@@ -100,7 +82,7 @@ Creating a release requires signing artifacts. Set the following environment var
10082
### Deploy
10183
Releases are uploaded as zips to the [release](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/)
10284
part of the Github project page, and also deployed at
103-
https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin as Eclipse update sites. Releases will be
85+
https://gwt-plugins.github.io/documentation/repo/site/current as Eclipse update sites. Releases will be
10486
added to the [GWT-Plugin](https://marketplace.eclipse.org/content/gwt-plugin) page on the Eclipse
10587
Marketplace.
10688

@@ -110,3 +92,15 @@ There are a couple of archetypes that are used to test.
11092
* [Single Module Mojo Archetype](https://github.com/branflake2267/Archetypes/tree/master/archetypes/gwt-test-gwt27)
11193
* [Single Module TBroyer Archetype](https://github.com/branflake2267/Archetypes/tree/master/archetypes/gwt-basic) ([TBroyer GWT Maven Plugin](https://github.com/tbroyer/gwt-maven-plugin))
11294

95+
## Thanks to our Sponsors
96+
Sponsors that provide man power and equipment to help get the job done.
97+
98+
### Google
99+
The Google Cloud Tools team has put a significant amount of effort in helping bring the GWT Eclipse Plugin to market.
100+
101+
* [Google Cloud Tools](https://cloud.google.com/)
102+
103+
## Not Included
104+
* This plugin does not include the [Google Cloud Tools Eclipse](https://github.com/GoogleCloudPlatform/google-cloud-eclipse) features.
105+
106+

plugins/com.gwtplugins.gdt.eclipse.suite/src/com/google/gdt/eclipse/suite/preferences/GdtPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public static synchronized void registerSdks() {
222222
String bundleVersion = bundle.getHeaders().get(org.osgi.framework.Constants.BUNDLE_VERSION);
223223
String sdkId = bundleName + '_' + bundleVersion;
224224

225-
// The bundle name must match com.google.*.eclipse.sdkbundle
225+
// The bundle name must match com.gwtplugins.*.eclipse.sdkbundle
226226
if (bundleName.startsWith(SDK_BUNDLE_PREFIX) && bundleName.contains(SDK_BUNDLE_SUFFIX)
227227
&& !sdkRegistrants.contains(sdkId)) {
228228

0 commit comments

Comments
 (0)