Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorDoug Schaefer2003-09-15 21:50:18 +0000
committerDoug Schaefer2003-09-15 21:50:18 +0000
commite563e217c7e911549a738fa85511c1084111f1fb (patch)
tree5e7b34495415d3d0127d0928c02a67ff7244021f /releng
parent994113f27459ef997584ada1563f3d8772f674c3 (diff)
downloadorg.eclipse.cdt-e563e217c7e911549a738fa85511c1084111f1fb.tar.gz
org.eclipse.cdt-e563e217c7e911549a738fa85511c1084111f1fb.tar.xz
org.eclipse.cdt-e563e217c7e911549a738fa85511c1084111f1fb.zip
Added the managed build projects.
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.releng/manifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.releng/manifest.xml b/releng/org.eclipse.cdt.releng/manifest.xml
index 406e5339209..9d83e6a83b5 100644
--- a/releng/org.eclipse.cdt.releng/manifest.xml
+++ b/releng/org.eclipse.cdt.releng/manifest.xml
@@ -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"/>

Back to the top