blob: 2d4a23e0ed3d94c0268b468cbc3a0c9a160cc06c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 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
*******************************************************************************/
package org.eclipse.ptp.debug.ui.messages;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ptp.debug.ui.messages.messages"; //$NON-NLS-1$
public static String PVariableManager_0;
public static String PVariableManager_1;
public static String PVariableManager_2;
public static String PVariableManager_3;
public static String PVariableManager_4;
public static String PVariableManager_5;
public static String ResumeAction_0;
public static String StepIntoAction_0;
public static String StepOverAction_0;
public static String StepReturnAction_0;
public static String SuspendAction_0;
public static String TerminateAction_0;
public static String PBreakpointWorkbenchAdapterFactory_0;
public static String PBreakpointWorkbenchAdapterFactory_1;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}