File tree Expand file tree Collapse file tree
plugins/com.gwtplugins.gdt.eclipse.suite/src/com/google/gdt/eclipse/suite/preferences Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The Eclipse repositories for this plugin.
4242Release 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
4848Download the repo in a zip file from the latest release at the
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments