blob: 9dee34cb8080310c8a43f9fe5b64b5e678d04956 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2006 IBM Corporation and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v2.0 which accompanies this distribution, and is
* available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* IBM - Initial API and implementation
**********************************************************************/
package org.eclipse.wst.common.frameworks.internal.ui;
import org.eclipse.osgi.util.NLS;
public class InternalCommonWorkbenchMessages extends NLS {
private static final String BUNDLE_NAME = "messages";//$NON-NLS-1$
public static String WizardNewProjectCreationPage_projectContentsLabel;
public static String WizardNewProjectCreationPage_useDefaultLabel;
public static String WizardNewProjectCreationPage_locationLabel;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, InternalCommonWorkbenchMessages.class);
}
}