7c442c1
--- rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java.orig	2012-05-05 15:24:03.000000000 +0200
7c442c1
+++ rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java	2012-05-17 16:14:48.607827015 +0200
7c442c1
@@ -805,7 +805,7 @@
7c442c1
 				//First check to see if there is already an IU around for this
7c442c1
 				IInstallableUnit bundleIU = queryForIU(result, bundleDescriptions[i].getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()));
7c442c1
 				IArtifactKey key = createBundleArtifactKey(bd.getSymbolicName(), bd.getVersion().toString());
7c442c1
-				if (bundleIU == null) {
7c442c1
+				if (bundleIU == null || !bd.getLocation().equals(bundleIU.getProperty("file.name"))) {
7c442c1
 					createAdviceFileAdvice(bundleDescriptions[i], info);
7c442c1
 					// Create the bundle IU according to any shape advice we have
7c442c1
 					bundleIU = doCreateBundleIU(bd, key, info);