Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2008-05-29 17:45:01 +0000
committerVivian Kong2008-05-29 17:45:01 +0000
commita2fd29113dc5e773747068ba5c894be37d009d3e (patch)
tree5cfcf117f9c4ec5ceae8614cb8b57c1d8f1ba38b /build/org.eclipse.cdt.managedbuilder.gnu.ui
parent9cfcc76179886581e9b94efb3272ead86507c5f5 (diff)
downloadorg.eclipse.cdt-a2fd29113dc5e773747068ba5c894be37d009d3e.tar.gz
org.eclipse.cdt-a2fd29113dc5e773747068ba5c894be37d009d3e.tar.xz
org.eclipse.cdt-a2fd29113dc5e773747068ba5c894be37d009d3e.zip
fix for bug 234676
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.properties14
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.xml2
2 files changed, 15 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.properties b/build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.properties
new file mode 100644
index 00000000000..d7af2dca958
--- /dev/null
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.properties
@@ -0,0 +1,14 @@
+###############################################################################
+# Copyright (c) 2008 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+#Template Default Values
+EmptyProject.template.label=Empty Project
+EmptyProject.template.description=An empty project template
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.xml
index e623b54648e..a484b4f814c 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.xml
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<template type="ProjTempl" version="1.0" supplier="Eclipse.org" revision="1.0" author="Intel Corporation"
copyright="Copyright (c) 2007 Intel Corporation and others. 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"
- id="EmptyProject" label="Empty Project" description="An empty project template"
+ id="EmptyProject" label="%EmptyProject.template.label" description="%EmptyProject.template.description"
help="help.html">
</template>

Back to the top