1 /**********************************************************************
2 .
3 . This
4  * program and the accompanying materials are made available under the terms of
5  * the Eclipse Public License 2.0 which accompanies this distribution, and is
6 t https://www.eclipse.org/legal/epl-2.0/
7 t
8 t SPDX-License-Identifier: EPL-2.0
9  *
10  * Contributors:
11  * IBM - Initial API and implementation
12  **********************************************************************/
13 package org.eclipse.ant.internal.launching.debug.model;
14 
15 import org.eclipse.osgi.util.NLS;
16 
17 public class DebugModelMessages extends NLS {
18 	private static final String BUNDLE_NAME = "org.eclipse.ant.internal.launching.debug.model.DebugModelMessages";//$NON-NLS-1$
19 
20 	public static String AntDebugTarget_0;
21 
22 	public static String AntLineBreakpoint_0;
23 	public static String AntThread_0;
24 	public static String AntThread_1;
25 	public static String AntThread_2;
26 	public static String AntThread_3;
27 	public static String AntThread_4;
28 
29 	public static String AntProperties_1;
30 
31 	static {
32 		// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, DebugModelMessages.class)33 		NLS.initializeMessages(BUNDLE_NAME, DebugModelMessages.class);
34 	}
35 }