Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 302582
Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/p2/director/SimplePlanner.java (-1 / +3 lines)
Lines 670-676 Link Here
670
			if (profileRequirement == null) {
670
			if (profileRequirement == null) {
671
				profileRequirement = createRequirement(iu, profileChangeRequest.getProfile().getInstallableUnitProperty(iu, INCLUSION_RULES));
671
				profileRequirement = createRequirement(iu, profileChangeRequest.getProfile().getInstallableUnitProperty(iu, INCLUSION_RULES));
672
			}
672
			}
673
			gatheredRequirements.add(profileRequirement);
673
			if (!gatheredRequirements.contains(profileRequirement)) {
674
				gatheredRequirements.add(profileRequirement);
675
			}
674
		}
676
		}
675
677
676
		//Now add any other requirement that we need to see satisfied
678
		//Now add any other requirement that we need to see satisfied

Return to bug 302582