blob: 2d4ed041342c9fdd43de5935b8d8bd7b55477e31 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2019 EclipseSource Muenchen GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* EclipseSource - initial API and implementation
******************************************************************************/
package org.eclipse.emfforms.ide.internal.builder.messages;
import org.eclipse.osgi.util.NLS;
/**
* Messages internationalization.
*
* @since 1.20
*
* @generated
*/
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.emfforms.ide.internal.builder.messages.messages"; //$NON-NLS-1$
public static String ViewModelBuilder_Subtask_Label;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}