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.ui.refactoring;
14 
15 import org.eclipse.osgi.util.NLS;
16 
17 public class RefactoringMessages extends NLS {
18 	private static final String BUNDLE_NAME = "org.eclipse.ant.internal.ui.refactoring.RefactoringMessages";//$NON-NLS-1$
19 
20 	public static String LaunchConfigurationParticipant_0;
21 	public static String LaunchConfigurationBuildfileChange_0;
22 	public static String LaunchConfigurationBuildfileChange_1;
23 	public static String LaunchConfigurationBuildfileChange_2;
24 	public static String LaunchConfigurationBuildfileChange_4;
25 	public static String LaunchConfigurationBuildfileChange_5;
26 	public static String LaunchConfigurationBuildfileChange_6;
27 	public static String LaunchConfigurationBuildfileChange_7;
28 
29 	static {
30 		// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, RefactoringMessages.class)31 		NLS.initializeMessages(BUNDLE_NAME, RefactoringMessages.class);
32 	}
33 }