Skip to content

Commit df2bc12

Browse files
committed
Fixed download URL and an old comment
1 parent 1bb5ed6 commit df2bc12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Eclipse repositories for this plugin.
4242
Release update site.
4343

4444
* [Eclipse Marketplace entry for the GWT Plugin](https://marketplace.eclipse.org/content/gwt-plugin)
45-
* [Update sites for the GWT Plugin](https://gwt-plugins.github.io/documentation/repo/site/current/)
45+
* [Update sites for the GWT Plugin](https://plugins.gwtproject.org/eclipse/site/latest)
4646

4747
### Production Zip
4848
Download the repo in a zip file from the latest release at the

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)