From 1bb5ed6993b9140681baeddc0c29df4317429bfb Mon Sep 17 00:00:00 2001 From: keinhaar <10001689+keinhaar@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:33:16 +0100 Subject: [PATCH 1/2] removed old version number and replaced repo by 'current' version --- README.md | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 3eaf2d01..c51a4f75 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,6 @@ This repository houses the source for the GWT Eclipse Plugin. -## Thanks to our Sponsors -Sponsors that provide man power and equipment to help get the job done. - -### Google -The Google Cloud Tools team has put a significant amount of effort in helping bring the GWT Eclipse Plugin to market. - -* [Google Cloud Tools](https://cloud.google.com/) - -## Not Included -* This plugin does not include the [Google Cloud Tools Eclipse](https://github.com/GoogleCloudPlatform/google-cloud-eclipse) features. - ## Reference * [Documentation](http://gwt-plugins.github.io/documentation/) * [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. Release update site. * [Eclipse Marketplace entry for the GWT Plugin](https://marketplace.eclipse.org/content/gwt-plugin) -* [Update sites for the GWT Plugin](https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/) +* [Update sites for the GWT Plugin](https://gwt-plugins.github.io/documentation/repo/site/current/) ### Production Zip Download the repo in a zip file from the latest release at the -[releases page](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/). The current release is -[4.0.0](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/download/v4.0.0/repository.zip) - -### Staging -The staging repository is also at plugins.gwtproject.org, under the `nightly` version. At this time, -these are signed with a self-signed certificate. - -* Nightly update site: https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/nightly +[releases page](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/).) ## Development @@ -100,7 +82,7 @@ Creating a release requires signing artifacts. Set the following environment var ### Deploy Releases are uploaded as zips to the [release](https://github.com/gwt-plugins/gwt-eclipse-plugin/releases/) part of the Github project page, and also deployed at -https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin as Eclipse update sites. Releases will be +https://gwt-plugins.github.io/documentation/repo/site/current as Eclipse update sites. Releases will be added to the [GWT-Plugin](https://marketplace.eclipse.org/content/gwt-plugin) page on the Eclipse Marketplace. @@ -110,3 +92,15 @@ There are a couple of archetypes that are used to test. * [Single Module Mojo Archetype](https://github.com/branflake2267/Archetypes/tree/master/archetypes/gwt-test-gwt27) * [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)) +## Thanks to our Sponsors +Sponsors that provide man power and equipment to help get the job done. + +### Google +The Google Cloud Tools team has put a significant amount of effort in helping bring the GWT Eclipse Plugin to market. + +* [Google Cloud Tools](https://cloud.google.com/) + +## Not Included +* This plugin does not include the [Google Cloud Tools Eclipse](https://github.com/GoogleCloudPlatform/google-cloud-eclipse) features. + + From df2bc12540c5fad5c22ba4c73f7f0d0254c31eca Mon Sep 17 00:00:00 2001 From: keinhaar <10001689+keinhaar@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:44:49 +0100 Subject: [PATCH 2/2] Fixed download URL and an old comment --- README.md | 2 +- .../google/gdt/eclipse/suite/preferences/GdtPreferences.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c51a4f75..3c057598 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The Eclipse repositories for this plugin. Release update site. * [Eclipse Marketplace entry for the GWT Plugin](https://marketplace.eclipse.org/content/gwt-plugin) -* [Update sites for the GWT Plugin](https://gwt-plugins.github.io/documentation/repo/site/current/) +* [Update sites for the GWT Plugin](https://plugins.gwtproject.org/eclipse/site/latest) ### Production Zip Download the repo in a zip file from the latest release at the diff --git a/plugins/com.gwtplugins.gdt.eclipse.suite/src/com/google/gdt/eclipse/suite/preferences/GdtPreferences.java b/plugins/com.gwtplugins.gdt.eclipse.suite/src/com/google/gdt/eclipse/suite/preferences/GdtPreferences.java index a9822dc0..4cff1c92 100644 --- a/plugins/com.gwtplugins.gdt.eclipse.suite/src/com/google/gdt/eclipse/suite/preferences/GdtPreferences.java +++ b/plugins/com.gwtplugins.gdt.eclipse.suite/src/com/google/gdt/eclipse/suite/preferences/GdtPreferences.java @@ -222,7 +222,7 @@ public static synchronized void registerSdks() { String bundleVersion = bundle.getHeaders().get(org.osgi.framework.Constants.BUNDLE_VERSION); String sdkId = bundleName + '_' + bundleVersion; - // The bundle name must match com.google.*.eclipse.sdkbundle + // The bundle name must match com.gwtplugins.*.eclipse.sdkbundle if (bundleName.startsWith(SDK_BUNDLE_PREFIX) && bundleName.contains(SDK_BUNDLE_SUFFIX) && !sdkRegistrants.contains(sdkId)) {