summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.cmake.managedbuilder/OSGI-INF/l10n/bundle.properties
blob: b2c067f9647707482404c1b51b7446f082e178e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#/*******************************************************************************
# * Copyright (c) 2013 BMW Car IT GmbH.
# * 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:
# * BMW Car IT - initial implementation
# *******************************************************************************/

Bundle-Vendor = yoctoproject.org
Bundle-Name = Yocto CMake Plugin

# Artefact type
yocto.cmake.artefactType=Yocto Project ADT CMake Project

# Extension name
extension.name=Yocto CMake Managed Builder

# Builder
builder.name=Yocto CMake Environment Builder

# Toolchain
toolchain=Yocto CMake Build (Toolchain)

# Configuration names
config.debug.name=Debug
config.debug.description=Builds a version of the project which is ready for debugging

# CMake configure
cmakeconfigure.name=CMake configure
cmakeconfigure.options=CMake Options
cmakeconfigure.sourcepath=Relative source path
cmakeconfigure.toolchaincmakefilepath=Relative toolchain.cmake path
cmakeconfigure.debugsymbols=Compile with debug symbols
cmakeconfigure.verbosemakefile=Generate verbose Makefiles
cmakeconfigure.wdev=Enable developer warnings (-Wdev)
cmakeconfigure.wnodev=Suppress developer warnings (-Wno-dev)
cmakeconfigure.otherflags=Other flags