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

(-)src/org/eclipse/equinox/p2/internal/repository/tools/AbstractApplication.java (-1 lines)
Lines 252-258 Link Here
252
		if (compositeMetadataRepository == null) {
252
		if (compositeMetadataRepository == null) {
253
			compositeMetadataRepository = CompositeMetadataRepository.createMemoryComposite(agent);
253
			compositeMetadataRepository = CompositeMetadataRepository.createMemoryComposite(agent);
254
			for (RepositoryDescriptor repo : sourceRepositories) {
254
			for (RepositoryDescriptor repo : sourceRepositories) {
255
				if (repo.isMetadata())
256
					compositeMetadataRepository.addChild(repo.getRepoLocation());
255
					compositeMetadataRepository.addChild(repo.getRepoLocation());
257
			}
256
			}
258
		}
257
		}

Return to bug 334896