From a2fd29113dc5e773747068ba5c894be37d009d3e Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Thu, 29 May 2008 17:45:01 +0000 Subject: [PATCH] fix for bug 234676 --- .../EmptyProject/template.properties | 14 ++++++++++++++ .../projecttemplates/EmptyProject/template.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 build/org.eclipse.cdt.managedbuilder.gnu.ui/templates/projecttemplates/EmptyProject/template.properties 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 @@