My custom Export Wizard implements WizardExportResourcesPage. The resources originally selected were regardless of which workspace resources were selected when the user clicked Export.
However, the eclipse project contains a .settings folder as well as a .project file. I want these files not to be selected by default and / or maybe even hidden in the list of resources.
Is there any way to do this?
source
share