1 10 package org.eclipse.ant.internal.ui.editor.text; 11 12 import org.eclipse.osgi.util.NLS; 13 14 public class AntEditorTextMessages extends NLS { 15 private static final String BUNDLE_NAME = "org.eclipse.ant.internal.ui.editor.text.AntEditorTextMessages"; 17 public static String XMLTextHover_4; 18 public static String XMLTextHover_5; 19 public static String XMLTextHover_6; 20 21 static { 22 NLS.initializeMessages(BUNDLE_NAME, AntEditorTextMessages.class); 24 } 25 } | Popular Tags |