1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Moved the platform the the optional feature category.

This commit is contained in:
Doug Schaefer 2008-06-06 19:32:30 +00:00
parent 5e22144827
commit bf8b2dc9ac

View file

@ -3,9 +3,6 @@
<category-def name="CDT Main Features" label="CDT Main Features"/>
<category-def name="CDT Optional Features" label="CDT Optional Features"/>
<feature id="org.eclipse.cdt.platform" url="features/org.eclipse.cdt.platform_@buildVersion@.jar" version="@buildVersion@">
<category name="CDT Main Features"/>
</feature>
<feature id="org.eclipse.cdt" url="features/org.eclipse.cdt_@buildVersion@.jar" version="@buildVersion@">
<category name="CDT Main Features"/>
</feature>
@ -42,4 +39,7 @@
<feature id="org.eclipse.cdt.gnu.debug" url="features/org.eclipse.cdt.gnu.debug_@buildVersion@.jar" version="@buildVersion@">
<category name="CDT Optional Features"/>
</feature>
<feature id="org.eclipse.cdt.platform" url="features/org.eclipse.cdt.platform_@buildVersion@.jar" version="@buildVersion@">
<category name="CDT Optional Features"/>
</feature>
</site>