KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > core > internal > variables > VariablesMessages


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.core.internal.variables;
11
12 import org.eclipse.osgi.util.NLS;
13
14 public class VariablesMessages extends NLS {
15     private static final String JavaDoc BUNDLE_NAME = "org.eclipse.core.internal.variables.VariablesMessages";//$NON-NLS-1$
16
//
17
// Copyright (c) 2000, 2005 IBM Corporation and others.
18
// All rights reserved. This program and the accompanying materials
19
// are made available under the terms of the Eclipse Public License v1.0
20
// which accompanies this distribution, and is available at
21
// http://www.eclipse.org/legal/epl-v10.html
22
//
23
// Contributors:
24
// IBM Corporation - initial API and implementation
25
//
26

27     public static String JavaDoc StringSubstitutionEngine_3;
28     public static String JavaDoc StringSubstitutionEngine_4;
29
30     public static String JavaDoc StringVariableManager_26;
31     public static String JavaDoc StringVariableManager_27;
32
33     public static String JavaDoc DynamicVariable_0;
34
35     static {
36         // load message values from bundle file
37
NLS.initializeMessages(BUNDLE_NAME, VariablesMessages.class);
38     }
39 }
Popular Tags