blob: 4f1db85a87615f548f6e4938eda6b9d85e437c9b [file] [log] [blame]
/**
* Copyright (c) 2000, 2009 IBM Corporation 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:
* IBM Corporation - initial API and implementation
* Thales Corporate Services S.A.S
*/
package org.eclipse.egf.fprod.producer.l10n;
import org.eclipse.osgi.util.NLS;
public class FprodProducerMessages {
private static final String BUNDLE_NAME = "org.eclipse.egf.fprod.producer.l10n.messages"; //$NON-NLS-1$
private FprodProducerMessages() {
// Do not instantiate
}
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, FprodProducerMessages.class);
}
public static String ProductionPlanManager_unknown_manager;
}