blob: 5ef81f4776770ee4ef7c582e04ce41bd7fffa345 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 xored software, Inc.
*
* 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:
* xored software, Inc. - initial API and Implementation
*******************************************************************************/
package org.eclipse.dltk.ui.tests.swtbot;
import org.eclipse.osgi.util.NLS;
public class TestMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.dltk.ui.tests.swtbot.TestMessages"; //$NON-NLS-1$
public static String DltkTestsHelper_Alt_interpreter_path;
public static String DltkTestsHelper_Atl_2_interpreter_path;
public static String DltkTestsHelper_Def_interpreter_path;
public static String DltkTestsHelper_temp_dir;
public static String LaunchTests_dbgp_tcldebug;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, TestMessages.class);
}
private TestMessages() {
}
}