blob: d25974fafa10bd5108d969032412c2b3d6e04e97 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012-2014 SAP SE.
* 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:
* SAP SE - initial API and implementation and/or initial documentation
*
*******************************************************************************/
package org.eclipse.ogee.navigation.tree;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ogee.navigation.tree.messages"; //$NON-NLS-1$
public static String MNViewLabelProvider_ProblemMarkers_RetrievalException;
public static String MNViewLabelProvider_ProblemMarkers_PriorityRetrievalException;
public static String MNViewLabelProvider_ProblemMarkers_SourceRetrievalException;
public static String MNViewContentProvider_ResourceChanged_ErrorDeltaInformation;
public static String MNViewContentProvider_NoTransaction;
public static String ReferencedSchemasFolder;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}