blob: 309b4df2dd0ba0dd01c83b4e514ab2d1e5ef85ae [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2006 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.debug.ui.classpath;
import org.eclipse.osgi.util.NLS;
public class ClasspathMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.jdt.internal.debug.ui.classpath.ClasspathMessages";//$NON-NLS-1$
public static String ClasspathModel_0;
public static String ClasspathModel_1;
public static String DefaultClasspathEntryDialog_0;
public static String DefaultClasspathEntryDialog_1;
public static String DefaultClasspathEntryDialog_2;
public static String DefaultClasspathEntryDialog_3;
public static String DefaultClasspathEntryDialog_4;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, ClasspathMessages.class);
}
}