blob: 4aacb8a838585317dbb1080d4deaa7cb8a6e22f4 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2000, 2005 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 - Initial API and implementation
**********************************************************************/
package org.eclipse.jdt.internal.debug.core.refactoring;
import org.eclipse.osgi.util.NLS;
public class RefactoringMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.jdt.internal.debug.core.refactoring.RefactoringMessages";//$NON-NLS-1$
public static String LaunchConfigurationIJavaProjectRenameParticipant_0;
public static String LaunchConfigurationIPackageFragmentRenameParticipant_0;
public static String LaunchConfigurationIPackageFragmentMoveParticipant_0;
public static String LaunchConfigurationITypeMoveParticipant_0;
public static String LaunchConfigurationITypeRenameParticipant_0;
public static String LaunchConfigurationProjectMainTypeChange_0;
public static String LaunchConfigurationProjectMainTypeChange_1;
public static String LaunchConfigurationProjectMainTypeChange_2;
public static String LaunchConfigurationProjectMainTypeChange_3;
public static String LaunchConfigurationProjectMainTypeChange_4;
public static String LaunchConfigurationProjectMainTypeChange_5;
public static String LaunchConfigurationProjectMainTypeChange_6;
public static String LaunchConfigurationProjectMainTypeChange_7;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, RefactoringMessages.class);
}
public static String WatchpointTypeChange_0;
public static String LineBreakpointTypeChange_0;
public static String ExceptionBreakpointTypeChange_0;
public static String ClassPrepareBreakpointTypeChange_0;
public static String BreakpointRenameParticipant_0;
public static String BreakpointRenameParticipant_1;
public static String MethodBreakpointTypeChange_0;
public static String WatchpointFieldChange_0;
public static String MethodBreakpointMethodChange_0;
public static String DeleteBreakpointChange_0;
}