blob: 077ac78744aa9234ccfb220ae4388cb4c220db3b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2007 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.ui.breakpoints;
import org.eclipse.osgi.util.NLS;
public class BreakpointMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.jdt.internal.debug.ui.breakpoints.BreakpointMessages";//$NON-NLS-1$
public static String AddExceptionAction_0;
public static String AddExceptionAction_1;
public static String AddExceptionDialog_11;
public static String AddExceptionDialog_12;
public static String AddExceptionDialog_13;
public static String AddExceptionDialog_15;
public static String AddExceptionDialog_16;
public static String AddClassPrepareBreakpointAction_0;
public static String AddClassPrepareBreakpointAction_1;
public static String AddClassPrepareBreakpointAction_2;
public static String JavaBreakpointTypeAdapterFactory_0;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, BreakpointMessages.class);
}
}