From 60787e0502dcc0bb28da95ca2d989fe7892e765f Mon Sep 17 00:00:00 2001 From: irbull Date: Mon, 17 Oct 2011 15:46:26 -0700 Subject: Bug 261928 : Adds a Relaxed Constraint Option This will relax the constraints when an update / install fails. This allows a user to try again with a slighly different provisioning plan. This is just the start of this work, but it should give us a chance to test it out and make changes in future builds.--- bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) (limited to 'bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF') diff --git a/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF index 5d72f5d83..0c930e7aa 100644 --- a/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.p2.operations/META-INF/MANIFEST.MF @@ -16,6 +16,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5, Bundle-ActivationPolicy: lazy Import-Package: org.eclipse.equinox.internal.p2.core.helpers, org.eclipse.equinox.internal.p2.director, + org.eclipse.equinox.internal.p2.metadata.query, org.eclipse.equinox.internal.p2.repository.helpers, org.eclipse.equinox.internal.provisional.configurator, org.eclipse.equinox.internal.provisional.p2.core.eventbus, -- cgit v1.2.3