Re: Ivy Code formatting

2014-01-14 Thread Jean-Louis Boudart
Done on trunk :) 2014/1/13 Charles Duffy > Oops! > > My apologies for having forgotten this was pending when cutting the -rc1 > branch. Happy to update the branch after this change is in, before tagging > and building something to formally propose for voting. > > > On Sun, Jan 12, 2014 at 11:14

ModuleDescriptorParser used in RepositoryCacheManager and ResolutionCacheManager

2014-01-14 Thread Jean-Louis Boudart
Hi there, Currently, the ModuleDescriptorParser used in both RepositoryCacheManager and ResolutionCacheManager is hardcoded as XmlModuleDescriptorParser. I'm wondering if this make sense to be hardcoded ? Wouldn't be better to use ModuleDescriptorParserRegistry.getInstance().getParser() ? Or at