blob: 03e315defa6fd9d80f8285d714addbe2a3583a4e [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2006, 2019 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);
}
}