mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +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"/>
|
||||
</url>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.platform"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.gnu.build"
|
||||
version="0.0.0"/>
|
||||
|
@ -30,8 +34,5 @@
|
|||
id="org.eclipse.cdt.gnu.debug"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.platform"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
Loading…
Add table
Reference in a new issue