Iterator iterator = pluginRelocators.iterator();
while ( iterator.hasNext() )
{
pluginRelocator = (PluginRelocator) iterator.next();
pluginRelocator.addListeners( listeners );
pluginRelocator.relocate( v4Model );
}
// Sort the plugins
if ( v4Model.getBuild() != null )
{