loadProperties( properties, new File( basedir, "project.properties" ) );
for ( Iterator i = converters.iterator(); i.hasNext(); )
{
PluginConfigurationConverter converter = (PluginConfigurationConverter) i.next();
converter.addListeners( listeners );
converter.convertConfiguration( v4Model, v3Model, properties );
}
// @todo Should this be run before or after the configuration converters?
Collection pluginRelocators = pluginRelocatorManager.getPluginRelocators();
sendInfoMessage( "There are " + pluginRelocators.size() + " plugin relocators available" );