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:
parent
5e22144827
commit
bf8b2dc9ac
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue