I'm using Eclipse 2.1.0 (Build id 200303272130) and the
import wizard doesn't work. Eclipse throws the Exception
java.lang.NoClassDefFoundError:
org/eclipse/ui/internal/dialogs/TypeFilteringDialog
at
org.etish.xindice.attrezzo.internal.ui.wizards.FileSystemIm
portWizard.addPages(FileSystemImportWizard.java:101)
...
However, in Eclipse 2.1.0, the class TypeFilteringDialog
has been promoted to the package org.eclipse.ui.dialogs
and is not in org.eclipse.ui.internal.dialogs anymore.
Markus