diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:36:50 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 15:25:03 +0100 |
commit | 41ac47d732eed8392d60d0f6773e5a279d49b999 (patch) | |
tree | cf19d099db9cfdb8d73aa21c31e7aa1cc86ff860 /plugins/org.yocto.cmake.managedbuilder/src/org/yocto/cmake/managedbuilder/YoctoCMakeMessages.properties | |
download | eclipse-poky-juno-master.tar.gz |
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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.properties | 29 |
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 | ||
13 | ExecuteConfigureJob.runConfigure=Running configure | ||
14 | ExecuteConfigureJob.consoleName=Configure using CMake [{0}] | ||
15 | ExecuteConfigureJob.buildingMakefile=Building Makefile | ||
16 | ExecuteConfigureJob.warning.aborted=Build of project has been aborted | ||
17 | ExecuteConfigureJob.error.couldNotStart=Build of project could not be started | ||
18 | ExecuteConfigureJob.error.buildFailed=Build of project failed | ||
19 | ExecuteConfigureJob.cmakeWarning.dialogTitle=Unable to run command "cmake" | ||
20 | ExecuteConfigureJob.cmakeWarning.dialogMessage=Please make sure that cmake is installed properly on this machine. | ||
21 | |||
22 | # File generator | ||
23 | YoctoCMakeMakefileGenerator.configureJob.name=Configuring project | ||
24 | YoctoCMakeMakefileGenerator.configure.creatingMakefiles=Generating Makefiles using CMake | ||
25 | YoctoCMakeMakefileGenerator.cancel.missingCMakeList=CMakeLists.txt file is missing | ||
26 | YoctoCMakeMakefileGenerator.creatingBuildDirectory=Creating build directory | ||
27 | YoctoCMakeMakefileGenerator.error.makeFileGenerationFailed=Makefile generation failed during configuration process | ||
28 | YoctoCMakeMakefileGenerator.ok.makefilesStillValid=Makefiles are still valid. | ||
29 | YoctoCMakeMakefileGenerator.removingCacheFiles=Removing cache files | ||