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 136219 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylar/internal/bugzilla/core/BugzillaRepositoryUtil.java (-3 / +3 lines)
Lines 480-486 Link Here
480
		monitor.worked(1);
480
		monitor.worked(1);
481
481
482
		
482
		
483
		prefs.setValue(IBugzillaConstants.VALUES_COMPONENT + PREF_DELIM_REPOSITORY + repositoryUrl+PREF_DELIM_REPOSITORY,
483
		prefs.setValue(IBugzillaConstants.VALUES_COMPONENT + PREF_DELIM_REPOSITORY + repositoryUrl,
484
				queryOptionsToString(config.getComponents()));
484
				queryOptionsToString(config.getComponents()));
485
		monitor.worked(1);
485
		monitor.worked(1);
486
486
Lines 497-507 Link Here
497
					queryOptionsToString(config.getComponents(product)));
497
					queryOptionsToString(config.getComponents(product)));
498
			monitor.worked(1);
498
			monitor.worked(1);
499
499
500
			prefs.setValue(IBugzillaConstants.VALUES_VERSION + PREF_DELIM_REPOSITORY + repositoryUrl,
500
			prefs.setValue(IBugzillaConstants.VALUES_VERSION + PREF_DELIM_REPOSITORY + repositoryUrl+PREF_DELIM_REPOSITORY+product,
501
					queryOptionsToString(config.getVersions(product)));
501
					queryOptionsToString(config.getVersions(product)));
502
			monitor.worked(1);
502
			monitor.worked(1);
503
			
503
			
504
			prefs.setValue(IBugzillaConstants.VALUES_TARGET + PREF_DELIM_REPOSITORY + repositoryUrl,
504
			prefs.setValue(IBugzillaConstants.VALUES_TARGET + PREF_DELIM_REPOSITORY + repositoryUrl+PREF_DELIM_REPOSITORY+product,
505
					queryOptionsToString(config.getTargetMilestones(product)));
505
					queryOptionsToString(config.getTargetMilestones(product)));
506
			monitor.worked(1);
506
			monitor.worked(1);
507
		}
507
		}

Return to bug 136219