summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.cmake.managedbuilder/templates/projecttemplates/HelloWorldCCMakeProject/template.properties
blob: bc37c1cfec192832f3553b5b7113575658dd1306 (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
#/*******************************************************************************
# * 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
# *******************************************************************************/

# Template
template.vendor=Yocto Project
template.name=Hello World C CMake Project
template.description=A simple C hello world project based on CMake

# General Settings
general.name=General settings
general.description=Author properties of the project
general.author.name=Author
general.author.description=The author of the project
general.author.default=anonymous
general.email.name=Email address
general.email.description=The email address of the project's author
general.email.default=anony@mo.us
general.vendor.name=Vendor
general.vendor.description=The vendor of the project
general.vendor.default=None
general.projectVersion.name=Version
general.projectVersion.description=The version of the project
general.projectVersion.default=1.0.0