KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > ant > internal > ui > model > AntModelMessages


1 /**********************************************************************
2  * Copyright (c) 2000, 2005 IBM Corporation and others. All rights reserved. This
3  * program and the accompanying materials are made available under the terms of
4  * the Eclipse Public License v1.0 which accompanies this distribution, and is
5  * available at http://www.eclipse.org/legal/epl-v10.html
6  *
7  * Contributors:
8  * IBM - Initial API and implementation
9  **********************************************************************/

10 package org.eclipse.ant.internal.ui.model;
11
12 import org.eclipse.osgi.util.NLS;
13
14 public class AntModelMessages extends NLS {
15     private static final String JavaDoc BUNDLE_NAME = "org.eclipse.ant.internal.ui.model.AntModelMessages";//$NON-NLS-1$
16

17     public static String JavaDoc AntTargetNode_2;
18     public static String JavaDoc AntImportNode_0;
19     public static String JavaDoc AntTaskNode_0;
20     public static String JavaDoc AntElementNode_9;
21
22     public static String JavaDoc AntModel_1;
23     public static String JavaDoc AntModel_43;
24     public static String JavaDoc AntModel_44;
25     public static String JavaDoc AntProjectNodeProxy_0;
26     public static String JavaDoc AntProjectNodeProxy_1;
27     public static String JavaDoc AntDefiningTaskNode_0;
28     public static String JavaDoc AntDefiningTaskNode_1;
29     public static String JavaDoc AntProjectNode_0;
30     public static String JavaDoc AntPropertyNode_0;
31     public static String JavaDoc AntPropertyNode_1;
32
33     static {
34         // load message values from bundle file
35
NLS.initializeMessages(BUNDLE_NAME, AntModelMessages.class);
36     }
37 }
Popular Tags