mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
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
This commit is contained in:
parent
da6714605f
commit
41e54f1656
3 changed files with 27 additions and 0 deletions
|
@ -132,6 +132,15 @@
|
||||||
</element>
|
</element>
|
||||||
</complex-array>
|
</complex-array>
|
||||||
</process>
|
</process>
|
||||||
|
<process type="org.eclipse.cdt.ui.OpenFiles">
|
||||||
|
<simple name="projectName" value="$(projectName)"/>
|
||||||
|
<complex-array name="files">
|
||||||
|
<element>
|
||||||
|
<simple name="target" value="$(libName)/$(libName).c"/>
|
||||||
|
</element>
|
||||||
|
</complex-array>
|
||||||
|
</process>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -100,6 +100,15 @@
|
||||||
</element>
|
</element>
|
||||||
</complex-array>
|
</complex-array>
|
||||||
</process>
|
</process>
|
||||||
|
<process type="org.eclipse.cdt.ui.OpenFiles">
|
||||||
|
<simple name="projectName" value="$(projectName)"/>
|
||||||
|
<complex-array name="files">
|
||||||
|
<element>
|
||||||
|
<simple name="target" value="$(sourceDir)/$(projectName).c"/>
|
||||||
|
</element>
|
||||||
|
</complex-array>
|
||||||
|
</process>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -100,6 +100,15 @@
|
||||||
</element>
|
</element>
|
||||||
</complex-array>
|
</complex-array>
|
||||||
</process>
|
</process>
|
||||||
|
<process type="org.eclipse.cdt.ui.OpenFiles">
|
||||||
|
<simple name="projectName" value="$(projectName)"/>
|
||||||
|
<complex-array name="files">
|
||||||
|
<element>
|
||||||
|
<simple name="target" value="$(sourceDir)/$(projectName).cpp"/>
|
||||||
|
</element>
|
||||||
|
</complex-array>
|
||||||
|
</process>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue