mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Added the managed build projects.
This commit is contained in:
parent
994113f274
commit
e563e217c7
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
<plugin name="org.eclipse.cdt.launch" type="plugin"/>
|
||||
<plugin name="org.eclipse.cdt.linux.gtk" type="plugin"/>
|
||||
<plugin name="org.eclipse.cdt.linux.motif" type="plugin"/>
|
||||
<plugin name="org.eclipse.cdt.managedbuilder.core" type="plugin"/>
|
||||
<plugin name="org.eclipse.cdt.managedbuilder.ui" type="plugin"/>
|
||||
<plugin name="org.eclipse.cdt.qnx.photon" type="plugin"/>
|
||||
<plugin name="org.eclipse.cdt.solaris.motif" type="plugin"/>
|
||||
<plugin name="org.eclipse.cdt.source" type="plugin"/>
|
||||
|
@ -26,6 +28,7 @@
|
|||
<feature name="org.eclipse.cdt" suffix="-feature" type="feature" visible="false"/>
|
||||
<feature name="org.eclipse.cdt.linux.gtk" suffix="-feature" type="feature"/>
|
||||
<feature name="org.eclipse.cdt.linux.motif" suffix="-feature" type="feature"/>
|
||||
<feature name="org.eclipse.cdt.managedbuilder" suffix="-feature" type="feature"/>
|
||||
<feature name="org.eclipse.cdt.qnx.photon" suffix="-feature" type="feature"/>
|
||||
<feature name="org.eclipse.cdt.solaris.motif" suffix="-feature" type="feature"/>
|
||||
<feature name="org.eclipse.cdt.source" suffix="-feature" type="feature"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue