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 436950
Collapse All | Expand All

(-)a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/IUBundleContainer.java (+3 lines)
Lines 365-370 Link Here
365
				}
365
				}
366
			}
366
			}
367
		}
367
		}
368
		if(updated){
369
			fTarget.setTargetLocations(fTarget.getTargetLocations());
370
		}
368
		if (!updated) {
371
		if (!updated) {
369
			// Things have changed so mark the container as unresolved
372
			// Things have changed so mark the container as unresolved
370
			clearResolutionStatus();
373
			clearResolutionStatus();

Return to bug 436950