Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-06-05 15:51:42 +0000
committerJohn Arthorne2008-06-05 15:51:42 +0000
commit7db16b24ed1a980e2c7c958881f21b417e3a172a (patch)
treead9e9d96089358cfa48dcc9cdfe6a699b2b7fcbb /bundles
parenta47b639dd5e2ff12ca42416b119afe844d6d76da (diff)
downloadrt.equinox.p2-7db16b24ed1a980e2c7c958881f21b417e3a172a.tar.gz
rt.equinox.p2-7db16b24ed1a980e2c7c958881f21b417e3a172a.tar.xz
rt.equinox.p2-7db16b24ed1a980e2c7c958881f21b417e3a172a.zip
Bug 235156 Update does not work with extension locationv20080605-1300v20080605
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java b/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
index cf20afc68..d0a37a05a 100644
--- a/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
+++ b/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/ProfileSynchronizer.java
@@ -303,6 +303,7 @@ public class ProfileSynchronizer {
// will stick.
if ("STRICT".equals(profile.getInstallableUnitProperty(iu, "org.eclipse.equinox.p2.internal.inclusion.rules"))) { //$NON-NLS-1$//$NON-NLS-2$
request.removeInstallableUnitProfileProperty(iu, PROP_FROM_DROPINS);
+ request.removeInstallableUnitProfileProperty(iu, IInstallableUnit.PROP_PROFILE_LOCKED_IU);
continue;
}
// remove the IUs that are in the intersection between the 2 sets

Back to the top