when bundle is deleted from a mix, bundle info file is not generated for that
bundle. When parsing the manifest if bundle info is empty, consider that
bundle to be deleted in the mix and do not resolve packages for that
bundle during build validation process.
when bundle is deleted from a mix, bundle info file is not generated for that bundle. When parsing the manifest if bundle info is empty, consider that bundle to be deleted in the mix and do not resolve packages for that bundle during build validation process.
fixes #743
Signed-off-by: Ashlesha Atrey ashlesha.atrey@intel.com