1
0
Fork 0
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:
Alena Laskavaia 2008-12-04 19:58:38 +00:00
parent 456c0afd94
commit f664db7f71

View file

@ -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>