blob: 15611dfa1c322069d2408a782a1cffe1ad9f31e5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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.wizard;
import org.eclipse.osgi.util.NLS;
public class J2EEWizardNLS extends NLS {
public static final String BUNDLE_NAME = "org.eclipse.jst.j2ee.internal.wizard.messages"; //$NON-NLS-1$
public static String J2EEExportPage_Optimize_for_a_specific_server_runt_;
static {
NLS.initializeMessages(BUNDLE_NAME, J2EEWizardNLS.class);
}
}