blob: 3b925cd7169b67057e8deb386bf5116125515a87 [file] [log] [blame]
/*=============================================================================#
# Copyright (c) 2000, 2020 IBM Corporation and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - org.eclipse.jdt: initial API and implementation
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================*/
package org.eclipse.statet.internal.ltk.buildpaths.core;
import org.eclipse.osgi.util.NLS;
public class Messages {
public static String BuildpathStatus_Entry_IllegalSourceFolderPath_message;
public static String BuildpathStatus_Entry_UnboundSourceFolder_message;
public static String BuildpathStatus_Entry_DuplicateExtraAttribute_message;
public static String BuildpathStatus_DuplicateEntryPath_message;
static {
NLS.initializeMessages(Messages.class.getName(), Messages.class);
}
private Messages() {}
}