summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.cmake.managedbuilder/templates/projecttemplates/HelloWorldCCMakeProject/template.properties
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.yocto.cmake.managedbuilder/templates/projecttemplates/HelloWorldCCMakeProject/template.properties')
-rw-r--r--plugins/org.yocto.cmake.managedbuilder/templates/projecttemplates/HelloWorldCCMakeProject/template.properties31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/org.yocto.cmake.managedbuilder/templates/projecttemplates/HelloWorldCCMakeProject/template.properties b/plugins/org.yocto.cmake.managedbuilder/templates/projecttemplates/HelloWorldCCMakeProject/template.properties
new file mode 100644
index 0000000..bc37c1c
--- /dev/null
+++ b/plugins/org.yocto.cmake.managedbuilder/templates/projecttemplates/HelloWorldCCMakeProject/template.properties
@@ -0,0 +1,31 @@
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# Template
13template.vendor=Yocto Project
14template.name=Hello World C CMake Project
15template.description=A simple C hello world project based on CMake
16
17# General Settings
18general.name=General settings
19general.description=Author properties of the project
20general.author.name=Author
21general.author.description=The author of the project
22general.author.default=anonymous
23general.email.name=Email address
24general.email.description=The email address of the project's author
25general.email.default=anony@mo.us
26general.vendor.name=Vendor
27general.vendor.description=The vendor of the project
28general.vendor.default=None
29general.projectVersion.name=Version
30general.projectVersion.description=The version of the project
31general.projectVersion.default=1.0.0