From 41e54f16567fd6f934ad525d6ef3b22c4beed2bf Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 8 Sep 2017 17:13:49 -0400 Subject: [PATCH] Bug 522077 - New Autotools project doesn't open source file by default - add open file process to Autotools C ANSI hello world template.xml - add open file process to Autotools CPP ANSI hello work template.xml - add open file process to Autotools Shared library template.xml Change-Id: I2fcba56973374d00006f8ce5664581f3fcc419cf --- .../AutotoolsSharedLibraryProject/template.xml | 9 +++++++++ .../HelloWorldCAutotoolsProject/template.xml | 9 +++++++++ .../HelloWorldCPPAutotoolsProject/template.xml | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/template.xml b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/template.xml index e9978ef1353..671ee3532c9 100644 --- a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/template.xml +++ b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/template.xml @@ -132,6 +132,15 @@ + + + + + + + + + diff --git a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml index 0f6941adf6e..6e2dabb393d 100644 --- a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml +++ b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCAutotoolsProject/template.xml @@ -100,6 +100,15 @@ + + + + + + + + + diff --git a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCPPAutotoolsProject/template.xml b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCPPAutotoolsProject/template.xml index 0634577e308..f9ef5795a69 100644 --- a/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCPPAutotoolsProject/template.xml +++ b/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/HelloWorldCPPAutotoolsProject/template.xml @@ -100,6 +100,15 @@ + + + + + + + + +