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

Collapse All | Expand All

(-)src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java (-1 / +1 lines)
Lines 370-376 Link Here
370
	 */
370
	 */
371
	private void generateRootFilesAndPermissions() throws CoreException {
371
	private void generateRootFilesAndPermissions() throws CoreException {
372
		String product = generateProductFiles ? director.getProduct() : null;
372
		String product = generateProductFiles ? director.getProduct() : null;
373
		if (product != null && !havePDEUIState()) {
373
		if (product != null) {
374
			ProductGenerator generator = new ProductGenerator();
374
			ProductGenerator generator = new ProductGenerator();
375
			generator.setProduct(product);
375
			generator.setProduct(product);
376
			generator.setBuildSiteFactory(siteFactory);
376
			generator.setBuildSiteFactory(siteFactory);

Return to bug 240053