blob: bc8e78e728afd92422bdd1b4922d83a53efae206 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Mia-Software.
* 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:
* Gregoire DUPE (Mia-Software)
*******************************************************************************/
package org.eclipse.modisco.infra.query.runtime.emf.tests;
import org.eclipse.osgi.util.NLS;
/**
* @author gdupe
*
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.modisco.infra.query.runtime.emf.tests.messages"; //$NON-NLS-1$
public static String RuntimeExample_0;
public static String RuntimeExample_2;
public static String RuntimeExample_4;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
// This class must not be instantiated
}
}