Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.cdt-feature/feature.xml4
-rw-r--r--releng/org.eclipse.cdt.repo/category.xml3
2 files changed, 3 insertions, 4 deletions
diff --git a/releng/org.eclipse.cdt-feature/feature.xml b/releng/org.eclipse.cdt-feature/feature.xml
index a9de22a273f..7c60b7c13f2 100644
--- a/releng/org.eclipse.cdt-feature/feature.xml
+++ b/releng/org.eclipse.cdt-feature/feature.xml
@@ -42,8 +42,4 @@
id="org.eclipse.cdt.gnu.dsf"
version="0.0.0"/>
- <includes
- id="org.eclipse.cdt.autotools"
- version="0.0.0"/>
-
</feature>
diff --git a/releng/org.eclipse.cdt.repo/category.xml b/releng/org.eclipse.cdt.repo/category.xml
index 6be8d24d638..82f3420f0ba 100644
--- a/releng/org.eclipse.cdt.repo/category.xml
+++ b/releng/org.eclipse.cdt.repo/category.xml
@@ -56,4 +56,7 @@
<feature url="features/org.eclipse.cdt.gnu.multicorevisualizer_0.0.0.qualifier.jar" id="org.eclipse.cdt.gnu.multicorevisualizer" version="0.0.0">
<category name="extra"/>
</feature>
+ <feature url="features/org.eclipse.cdt.autotools_0.0.0.qualifier.jar" id="org.eclipse.cdt.autotools" version="0.0.0">
+ <category name="extra"/>
+ </feature>
</site>

Back to the top