blob: 225bde74db747567a7f23c68e1f0e60ab94bd90b [file] [log] [blame]
package org.eclipse.dltk.ruby.fastdebugger;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.dltk.ruby.fastdebugger.messages"; //$NON-NLS-1$
public static String FastDebuggerRunner_fastDebuggerCanOnlyBeRunWithGenericRubyInterpreter;
public static String FastDebuggerRunner_rubyDebugGemDoesntSeemToBeInstalled;
public static String FastDebuggerRunner_unableToDeployDebuggerSource;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}