/**
* Create a step to warn the user if any selected Eclipse installations are
* Eclipse 3.4 or greater, in which case they should use an update site.
*/
protected void shouldUseUpdateSiteStep() {
final ScrollablePromptUserStep step = new ScrollablePromptUserStep(installer) {
private EclipseInstallation[] newerEclipses;
public boolean canExecute() {
IProductVersion V34 = new EclipseVersion(3, 4, 0, null);