Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'upc/org.eclipse.cdt.managedbuilder.bupc.ui/templates/template.properties')
-rw-r--r--upc/org.eclipse.cdt.managedbuilder.bupc.ui/templates/template.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/upc/org.eclipse.cdt.managedbuilder.bupc.ui/templates/template.properties b/upc/org.eclipse.cdt.managedbuilder.bupc.ui/templates/template.properties
new file mode 100644
index 00000000000..772f31f9a80
--- /dev/null
+++ b/upc/org.eclipse.cdt.managedbuilder.bupc.ui/templates/template.properties
@@ -0,0 +1,15 @@
+HelloWorld.upcAnsitemplate.label=Hello World UPC Project
+HelloWorld.CAnsitemplate.description=A skeletal Managed C Hello World project. Creates a folder for sources and another for include.
+HelloWorld.basics.label=Basic Settings
+HelloWorld.basics.description=Basic properties of a project
+HelloWorld.author.label=Author
+HelloWorld.author.description=Name of the author
+HelloWorld.copyright.label=Copyright notice
+HelloWorld.copyright.description=Your copyright notice
+HelloWorld.copyright.default=Your copyright notice
+HelloWorld.message.default=Hello UPC World
+HelloWorld.message.description=Your hello world greeting message
+HelloWorld.message.label=Hello world greeting
+HelloWorld.sourceDir.label=Source
+HelloWorld.sourceDir.description=Directory for hello world project source files
+HelloWorld.sourceDir.default=src

Back to the top