diff --git a/plugins/com.gwtplugins.gdt.eclipse.suite.update/src/com/google/gdt/eclipse/suite/update/GdtExtPlugin.java b/plugins/com.gwtplugins.gdt.eclipse.suite.update/src/com/google/gdt/eclipse/suite/update/GdtExtPlugin.java index fb872588..760abb12 100644 --- a/plugins/com.gwtplugins.gdt.eclipse.suite.update/src/com/google/gdt/eclipse/suite/update/GdtExtPlugin.java +++ b/plugins/com.gwtplugins.gdt.eclipse.suite.update/src/com/google/gdt/eclipse/suite/update/GdtExtPlugin.java @@ -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;