getExtensionPoint());
reader.setInitialCollection(getWizardElements());
IConfigurationElement[] configurationElements = extension
.getConfigurationElements();
for (int i = 0; i < configurationElements.length; i++) {
reader.readElement(configurationElements[i]);
}
// no need to reset the wizard elements - getWizardElements will parse
// the
// results of the registry reading
setWizardElements(reader.getWizardElements());