logger.debug(LOG_ENTRY, "addBundle", new Object[]{modelledBundle});
// Identify the deployment.mf entries the bundle should be added to by matching
// both the bundle name and resolved version against the name and version range
// defined in application.mf.
ExportedBundle resolvedBundle = modelledBundle.getExportedBundle();
if (isBundleMatch(appContent, resolvedBundle))
{
logger.debug("Added to " + AppConstants.DEPLOYMENT_CONTENT + ": " + resolvedBundle);