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

Collapse All | Expand All

(-)src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/ProcessRepoTask.java (+4 lines)
Lines 117-122 Link Here
117
		}
117
		}
118
	}
118
	}
119
119
120
	public void addConfiguredRepository(DestinationRepository repo) {
121
		this.repository = repo.getDescriptor().getRepoLocation();
122
	}
123
120
	public void setPack(boolean pack) {
124
	public void setPack(boolean pack) {
121
		this.pack = pack;
125
		this.pack = pack;
122
	}
126
	}

Return to bug 274576