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

(-)src/org/eclipse/equinox/internal/p2/artifact/repository/ArtifactRepositoryManager.java (-1 / +1 lines)
Lines 109-115 Link Here
109
		// save the given repository in the preferences.
109
		// save the given repository in the preferences.
110
		remember(repository, suffix);
110
		remember(repository, suffix);
111
		if (added && signalAdd)
111
		if (added && signalAdd)
112
			broadcastChangeEvent(repository.getLocation(), IRepository.TYPE_METADATA, RepositoryEvent.ADDED);
112
			broadcastChangeEvent(repository.getLocation(), IRepository.TYPE_ARTIFACT, RepositoryEvent.ADDED);
113
	}
113
	}
114
114
115
	public void addRepository(URL location) {
115
	public void addRepository(URL location) {

Return to bug 233052