String propFile = (String) it.next();
String resolvedProp = manager.performStringSubstitution(propFile, false);
resolvedProps.add(resolvedProp);
}
} catch (CoreException e) {
throw new IvyDEException("Unrecognized variables",
"Unrecognized variables in the Ivy settings file " + ivySettingsPath, e);
}
return resolvedProps;
}