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

(-)src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (+3 lines)
Lines 240-245 Link Here
240
240
241
			if (model == null) {
241
			if (model == null) {
242
				model = models[i];
242
				model = models[i];
243
				if (requiredVersion.compareTo(model.getBundleDescription().getVersion()) == 0) {
244
					break;
245
				}
243
				continue;
246
				continue;
244
			}
247
			}
245
248

Return to bug 308633