return new NonCachingOBRBundleRepository(id, repositoryURL, indexCache,
localCache, updatePeriod, authFile, offline);
}
else
{
return new CachingOBRBundleRepository(id, repositoryURL, indexCache,
localCache, updatePeriod, authFile, offline);
}
}
catch (IOException e)
{