protected EclipseInstallation[] findLinkedUnsorted() {
File rootInstallDir = new File(options.getString(InstallOptions.OPTION_INSTALL_DIR));
return findLinkedEclipseInstallations(rootInstallDir);
}
public void scan(final IProductLocatorListener listener) {
super.scan(new IProductLocatorListener() {
private StringBuffer allEclipsePaths = new StringBuffer(2000);
public void scanning(File location) {
listener.scanning(location);
}
public boolean isCanceled() {