0fd34e8
--- rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java.orig	2020-06-18 18:36:53.668369677 +0100
0fd34e8
+++ rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java	2020-06-18 18:37:10.061182586 +0100
0fd34e8
@@ -1010,7 +1010,7 @@
0fd34e8
 			IInstallableUnit bundleIU = queryForIU(result, bd.getSymbolicName(),
0fd34e8
 					PublisherHelper.fromOSGiVersion(bd.getVersion()));
c48d605
 			IArtifactKey bundleArtKey = createBundleArtifactKey(bd.getSymbolicName(), bd.getVersion().toString());
c48d605
-			if (bundleIU == null) {
c48d605
+			if (bundleIU == null || !bd.getLocation().equals(bundleIU.getProperty("file.name"))) {
c48d605
 				createAdviceFileAdvice(bd, info);
c48d605
 				// Create the bundle IU according to any shape advice we have
c48d605
 				bundleIU = doCreateBundleIU(bd, bundleArtKey, info);