diff options
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.properties | 31 |
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 | ||
| 13 | template.vendor=Yocto Project | ||
| 14 | template.name=Hello World C CMake Project | ||
| 15 | template.description=A simple C hello world project based on CMake | ||
| 16 | |||
| 17 | # General Settings | ||
| 18 | general.name=General settings | ||
| 19 | general.description=Author properties of the project | ||
| 20 | general.author.name=Author | ||
| 21 | general.author.description=The author of the project | ||
| 22 | general.author.default=anonymous | ||
| 23 | general.email.name=Email address | ||
| 24 | general.email.description=The email address of the project's author | ||
| 25 | general.email.default=anony@mo.us | ||
| 26 | general.vendor.name=Vendor | ||
| 27 | general.vendor.description=The vendor of the project | ||
| 28 | general.vendor.default=None | ||
| 29 | general.projectVersion.name=Version | ||
| 30 | general.projectVersion.description=The version of the project | ||
| 31 | general.projectVersion.default=1.0.0 | ||
