c48d605
--- rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java.orig	2018-04-25 15:35:44.914031196 +0100
c48d605
+++ rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/BundlesAction.java	2018-04-25 15:36:17.546856697 +0100
d55be1f
@@ -884,7 +884,7 @@
c48d605
 			//First check to see if there is already an IU around for this
c48d605
 			IInstallableUnit bundleIU = queryForIU(result, bd.getSymbolicName(), 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);