blob: aa3d91821642cd5f5e5d9949c2d35421867e3142 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation.
* 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
******************************************************************************/
package org.eclipse.ptp.rm.generic.core.messages;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ptp.rm.generic.core.messages.messages"; //$NON-NLS-1$
public static String GenericRMRuntimeSystem_0;
public static String GenericRMCorePlugin_Exception_InternalError;
public static String GenericRMServiceProvider_defaultDescription;
public static String GenericRMServiceProvider_defaultName;
public static String GenericRMRuntimeSystem_JobName;
public static String GenericRMRuntimeSystemJob_Exception_ExecutionFailedWithExitValue;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
// Prevent instances.
}
}