mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
- changed order of feature to simplify build (platform has to build first)
This commit is contained in:
parent
456c0afd94
commit
f664db7f71
1 changed files with 4 additions and 3 deletions
|
@ -22,6 +22,10 @@
|
||||||
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/ganymede"/>
|
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/ganymede"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.platform"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
id="org.eclipse.cdt.gnu.build"
|
id="org.eclipse.cdt.gnu.build"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
@ -30,8 +34,5 @@
|
||||||
id="org.eclipse.cdt.gnu.debug"
|
id="org.eclipse.cdt.gnu.debug"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
<includes
|
|
||||||
id="org.eclipse.cdt.platform"
|
|
||||||
version="0.0.0"/>
|
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Add table
Reference in a new issue