options.put(XMLResource.OPTION_DISABLE_NOTIFY, Boolean.TRUE);
res.load(options);
//if we got this far then the registry was empty
//"upgrade" to v2 and then delete old. no point in upgrade status being sent
TapestryLibraryRegistryUtil.getInstance().saveJSFLibraryRegistry();
TapestryLibraryRegistryUpgradeUtil.copyFile(_v1Registry.toFileString(), newRegURI.toFileString());//save as v2 file
TapestryLibraryRegistryUpgradeUtil.deleteFile(_v1Registry.toFileString());
return new UpgradeStatus();//all is ok and no need to alert user
} catch(IOException ioe) {