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

Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/p2/metadata/generator/EclipseGeneratorApplication.java (-1 / +2 lines)
Lines 346-352 Link Here
346
			return new Integer(-1);
346
			return new Integer(-1);
347
		}
347
		}
348
348
349
		if (provider.getArtifactRepository() == null) {
349
		// if we asked for artifacts to be published in some form, there must be a repo given
350
		if ((provider.publishArtifactRepository() || provider.publishArtifacts()) && provider.getArtifactRepository() == null) {
350
			System.out.println(Messages.exception_artifactRepoNotSpecified);
351
			System.out.println(Messages.exception_artifactRepoNotSpecified);
351
			return new Integer(-1);
352
			return new Integer(-1);
352
		}
353
		}

Return to bug 228406