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

(-)src/org/eclipse/equinox/p2/internal/repository/tools/Repo2Runnable.java (-2 / +3 lines)
Lines 111-121 Link Here
111
	 */
111
	 */
112
	public IStatus run(IProgressMonitor monitor) throws ProvisionException {
112
	public IStatus run(IProgressMonitor monitor) throws ProvisionException {
113
		SubMonitor progress = SubMonitor.convert(monitor, 4);
113
		SubMonitor progress = SubMonitor.convert(monitor, 4);
114
		// ensure all the right parameters are set
115
		validate();
116
114
117
		initializeRepos(progress);
115
		initializeRepos(progress);
118
116
117
		// ensure all the right parameters are set
118
		validate();
119
119
		// figure out which IUs we need to process
120
		// figure out which IUs we need to process
120
		collectIUs(progress.newChild(1));
121
		collectIUs(progress.newChild(1));
121
122

Return to bug 277504