440441442443444445446447448449450
} } // the default one log("Creating instance of " + DefaultEasyAntXmlModuleDescriptorParser.class.getName(), Project.MSG_DEBUG); parser = new DefaultEasyAntXmlModuleDescriptorParser(); ModuleDescriptorParserRegistry.getInstance().addParser(parser); return parser; } }
87888990919293
* * @param easyantIvySettings * the easyant ivy instance */ public DefaultPluginServiceImpl(final IvyAntSettings easyantIvySettings) { this(easyantIvySettings, new DefaultEasyAntXmlModuleDescriptorParser()); }