View | Details | Raw Unified | Return to bug 313334
Collapse All | Expand All

(-)src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java (+2 lines)
Lines 299-304 Link Here
299
		script.printTab();
299
		script.printTab();
300
		script.print("\t<slicingOptions"); //$NON-NLS-1$
300
		script.print("\t<slicingOptions"); //$NON-NLS-1$
301
		script.printAttribute("includeNonGreedy", FALSE, true); //$NON-NLS-1$
301
		script.printAttribute("includeNonGreedy", FALSE, true); //$NON-NLS-1$
302
		if (havePDEUIState())
303
			script.printAttribute("includeOptional", FALSE, true); //$NON-NLS-1$
302
		script.println("/>"); //$NON-NLS-1$
304
		script.println("/>"); //$NON-NLS-1$
303
305
304
		script.printTab();
306
		script.printTab();

Return to bug 313334