/*******************************************************************************
* Copyright (c) 2014, 2014 IBM Corporation and others.
* 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:
* Bruno Medeiros - initial API and implementation
*******************************************************************************/
package mmrnmhrm.core;
import melnorme.lang.ide.core.LangCoreMessages;
public abstract class DeeCoreMessages extends LangCoreMessages {
public static final String SearchAndAddCompilersOnPath_JobName =
"Searching for D compilers...";
public static final String DUB_PATH_Label = "Path:";
public static final String RunningDubDescribe =
"Resolving DUB project: {0}";
public static final String RunningDubBuild_Error =
"Error running dub build command.";
public static final String ContentAssist_LocationFailure =
"Could not perform content assist: ";
}