// save updated input
saveUserInput();
// invalidate packageCache.xml from previous org's PME load
try {
new PackageManifestController().clearCache();
} catch (ForceProjectException e) {
logger.error("Unable to clear PME cache, '" + Constants.CACHE_FILENAME + "'", e);
}
// pre-load org's packages and enabled component types