blob: ab19a6745ee3d1616f874ca7289faf56c3fe4d20 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 NumberFour AG
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* NumberFour AG - initial API and Implementation (Alex Panchenko)
*******************************************************************************/
package org.eclipse.dltk.javascript.internal.core;
import org.eclipse.osgi.util.NLS;
public class CoreMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.dltk.javascript.internal.core.CoreMessages"; //$NON-NLS-1$
public static String JSBindings_currentTypeSystem;
public static String JSBindings_not_available;
public static String JSBindings_precomputedBindings;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, CoreMessages.class);
}
private CoreMessages() {
}
}