blob: 3ca6de0971400a5d7fb358f7acb832639d5700ab [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2017 CEA LIST 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:
* Nicolas FAUVERGUE (CEA LIST) nicolas.fauvergue@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.interoperability.sysml14.sysml.messages;
import org.eclipse.osgi.util.NLS;
/**
* The messages.
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.papyrus.interoperability.sysml14.sysml.messages.messages"; //$NON-NLS-1$
public static String TransformationSysMLWizard_WizardTitle;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}