Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/EmptyProject/template.xml')
-rw-r--r--build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/EmptyProject/template.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/EmptyProject/template.xml b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/EmptyProject/template.xml
new file mode 100644
index 00000000000..198372e6b09
--- /dev/null
+++ b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/EmptyProject/template.xml
@@ -0,0 +1,14 @@
+<?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="%EmptyProject.template.label" description="%EmptyProject.template.description"
+ help="help.html">
+
+ <process type="org.eclipse.cdt.autotools.core.NewAutotoolsProject">
+ <simple name="name" value="$(projectName)" />
+ <simple name="artifactExtension" value="exe" />
+ <simple name="isCProject" value="false" />
+ </process>
+
+</template>
+

Back to the top