logResource( "Installing Requested Resources", resolver.getAddedResources() );
logResource( "Installing Required Resources", resolver.getRequiredResources() );
logResource( "Installing Optional Resources", resolver.getOptionalResources() );
// deploy the resolved bundles and ensure they are started
resolver.deploy( true );
getLog().log( LogService.LOG_INFO, "Bundle updated from OSGi Bundle Repository" );
return true;
}
}