mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
205182: fix example template to work from clean workspace
This commit is contained in:
parent
b03869c26a
commit
24d37ac2e7
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<process type="org.eclipse.cdt.core.CreateSourceFolder">
|
<process type="org.eclipse.cdt.core.CreateSourceFolder">
|
||||||
<simple name="projectName" value="$(projectName)"/>
|
<simple name="projectName" value="$(projectName)"/>
|
||||||
<simple name="path" value="$(sourceDir)"/>
|
<simple name="path" value="src"/>
|
||||||
</process>
|
</process>
|
||||||
|
|
||||||
<process type="org.eclipse.cdt.core.AddFiles">
|
<process type="org.eclipse.cdt.core.AddFiles">
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<complex-array name="files">
|
<complex-array name="files">
|
||||||
<element>
|
<element>
|
||||||
<simple name="source" value="hello.cpp"/>
|
<simple name="source" value="hello.cpp"/>
|
||||||
<simple name="target" value="$(sourceDir)/hello.cpp"/>
|
<simple name="target" value="src/hello.cpp"/>
|
||||||
<simple name="replaceable" value="true"/>
|
<simple name="replaceable" value="true"/>
|
||||||
</element>
|
</element>
|
||||||
</complex-array>
|
</complex-array>
|
||||||
|
|
Loading…
Add table
Reference in a new issue