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

Collapse All | Expand All

(-)ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2012 IBM Corporation and others.
2
 * Copyright (c) 2000, 2014 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 74-81 Link Here
74
	 */
74
	 */
75
	@Override
75
	@Override
76
	protected Control createContents(Composite parent) {
76
	protected Control createContents(Composite parent) {
77
		// ensure the page has no special buttons
77
		// ensure the page has only Apply button
78
		noDefaultAndApplyButton();
78
		createApplyButton();
79
79
80
		IProject project= getProject();
80
		IProject project= getProject();
81
		Control result;
81
		Control result;

Return to bug 121057