Skip to content

Commit

Permalink
Automatic update (does it work?) now searches for GWT 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
protoism committed Jul 21, 2024
1 parent cd776c9 commit 49b8f89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public Sdk doFindSdk(IJavaProject project) throws JavaModelException {
public static final String FEATURE_UPDATE_SITE_URL;
public static final PluginVersionIdentifier FEATURE_VERSION;
public static final String PLUGIN_ID = "com.gwtplugins.gdt.eclipse.suite.update";
public static final String GWT_SDK_BUNDLE_FEATURE_ID = "com.gwtplugins.gwt.eclipse.sdkbundle.gwt29.feature";
public static final String GWT_SDK_BUNDLE_FEATURE_ID = "com.gwtplugins.gwt.eclipse.sdkbundle.gwt211.feature";

private static BundleContext context;
private static FeatureUpdateManager featureUpdateManager;
Expand Down

0 comments on commit 49b8f89

Please sign in to comment.