blob: 7dc2f139283689c4844b3b9717b1a1f05fd3fad0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2014 Marc-Andre Laperle 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Marc-Andre Laperle - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.internal.build.crossgcc;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
public static String SetCrossCommandWizardPage_browse;
public static String SetCrossCommandWizardPage_description;
public static String SetCrossCommandWizardPage_name;
public static String SetCrossCommandWizardPage_path;
public static String SetCrossCommandWizardPage_prefix;
public static String SetCrossCommandWizardPage_title;
static {
// Initialize resource bundle.
NLS.initializeMessages(Messages.class.getName(), Messages.class);
}
private Messages() {
}
}