Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-12-17 15:46:16 +0000
committerUwe Stieber2015-12-17 15:46:16 +0000
commit583e7e1401c1250282f0b7bd5a39f67c959302c0 (patch)
treebb793753d0039d7851ccaf5e03f8cb4afa28dead
parentb996500f682c207d0f6136102023fd0917043e1e (diff)
downloadorg.eclipse.tcf-583e7e1401c1250282f0b7bd5a39f67c959302c0.tar.gz
org.eclipse.tcf-583e7e1401c1250282f0b7bd5a39f67c959302c0.tar.xz
org.eclipse.tcf-583e7e1401c1250282f0b7bd5a39f67c959302c0.zip
Add CDT platform feature to the test setup
-rw-r--r--admin/pom-build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 6071b26a5..9fbc98160 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -100,6 +100,11 @@
</requirement>
<requirement>
<type>eclipse-feature</type>
+ <id>org.eclipse.cdt.platform</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ <requirement>
+ <type>eclipse-feature</type>
<id>org.eclipse.remote</id>
<versionRange>0.0.0</versionRange>
</requirement>

Back to the top