public void bundleChanged(BundleEvent event) {
Bundle bundle = event.getBundle();
Contribution contribution = (Contribution)contributionToBundleMap.get(bundle);
if(contribution instanceof BundleContribution == false) return;
switch(event.getType()){
case BundleEvent.INSTALLED:
break;
case BundleEvent.RESOLVED: