blob: 64af708d3bd66002b53951b964b39e69f02809e4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 Oracle. 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:
* Oracle - initial API and implementation
*******************************************************************************/
package org.eclipse.jpt.common.eclipselink.core.internal;
import org.eclipse.osgi.util.NLS;
public class JptCommonEclipseLinkCoreMessages {
public static String EclipseLinkLibraryValidator_noEclipseLinkVersion;
public static String EclipseLinkLibraryValidator_multipleEclipseLinkVersions;
public static String EclipseLinkLibraryValidator_improperEclipseLinkVersion;
// TODO - move to jpt.jaxb.eclipselink.core when there are messages there
public static String ELJaxbUserLibraryValidator_noXjcClasses;
private static final String BUNDLE_NAME = "jpt_common_eclipselink_core"; //$NON-NLS-1$
private static final Class<?> BUNDLE_CLASS = JptCommonEclipseLinkCoreMessages.class;
static {
NLS.initializeMessages(BUNDLE_NAME, BUNDLE_CLASS);
}
private JptCommonEclipseLinkCoreMessages() {
throw new UnsupportedOperationException();
}
}