summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties')
-rw-r--r--plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties b/plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties
new file mode 100644
index 0000000..55773ac
--- /dev/null
+++ b/plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties
@@ -0,0 +1,29 @@
1#/*******************************************************************************
2# * Copyright (c) 2013 BMW Car IT GmbH.
3# * All rights reserved. This program and the accompanying materials
4# * are made available under the terms of the Eclipse Public License v1.0
5# * which accompanies this distribution, and is available at
6# * http://www.eclipse.org/legal/epl-v10.html
7# *
8# * Contributors:
9# * BMW Car IT - initial implementation
10# *******************************************************************************/
11
12# Job
13ExecuteConfigureJob.runConfigure=Running configure
14ExecuteConfigureJob.consoleName=Configure using CMake [{0}]
15ExecuteConfigureJob.buildingMakefile=Building Makefile
16ExecuteConfigureJob.warning.aborted=Build of project has been aborted
17ExecuteConfigureJob.error.couldNotStart=Build of project could not be started
18ExecuteConfigureJob.error.buildFailed=Build of project failed
19ExecuteConfigureJob.cmakeWarning.dialogTitle=Unable to run command "cmake"
20ExecuteConfigureJob.cmakeWarning.dialogMessage=Please make sure that cmake is installed properly on this machine.
21
22# File generator
23YoctoCMakeMakefileGenerator.configureJob.name=Configuring project
24YoctoCMakeMakefileGenerator.configure.creatingMakefiles=Generating Makefiles using CMake
25YoctoCMakeMakefileGenerator.cancel.missingCMakeList=CMakeLists.txt file is missing
26YoctoCMakeMakefileGenerator.creatingBuildDirectory=Creating build directory
27YoctoCMakeMakefileGenerator.error.makeFileGenerationFailed=Makefile generation failed during configuration process
28YoctoCMakeMakefileGenerator.ok.makefilesStillValid=Makefiles are still valid.
29YoctoCMakeMakefileGenerator.removingCacheFiles=Removing cache files