Community
Participate
Working Groups
/*******************************************************************************
* Copyright (c) 2000, 2012 IBM Corporation and others.
* Copyright (c) 2000, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*/
@Override
protected Control createContents(Composite parent) {
// ensure the page has no special buttons
// ensure the page has only Apply button
noDefaultAndApplyButton();
noDefaultButton();
IProject project= getProject();
Control result;
BuildPathsPropertyPage_closed_project_message=Java information is not available for a closed project.
BuildPathsPropertyPage_unsavedchanges_title=Setting Java Build Path
BuildPathsPropertyPage_unsavedchanges_message=The Java Build Path property page contains unsaved modifications. Do you want to save changes so that other build path related property pages can be updated?
BuildPathsPropertyPage_unsavedchanges_message=This page contains unsaved modifications. Do you want to save changes so that other related pages can be updated?
BuildPathsPropertyPage_unsavedchanges_button_save=Apply
BuildPathsPropertyPage_unsavedchanges_button_discard=Discard
BuildPathsPropertyPage_unsavedchanges_button_ignore=Apply Later