blob: b3245104c3a793eed5476b407300c30bf6b5d668 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2010 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 Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jst.j2ee.internal.common.classpath;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
public static final String BUNDLE_NAME = "org.eclipse.jst.j2ee.internal.common.classpath.messages"; //$NON-NLS-1$
public static String J2EEComponentClasspathUpdater_EAR_Libraries_Update_Jo_;
public static String J2EEComponentClasspathUpdater_Verify_EAR_Libraries;
static {
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
}