Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2014-05-30 22:59:14 +0000
committerMarc-Andre Laperle2014-06-03 15:52:57 +0000
commit1cc6d6ab8e6be9409b3cb535aa650a89e953d37a (patch)
treed02c2242997f011fb57a06879164cffeec6089c1 /testsrunner
parent8c15651c0372b8dc9c399d8e222cf4bf0566adcd (diff)
downloadorg.eclipse.cdt-1cc6d6ab8e6be9409b3cb535aa650a89e953d37a.tar.gz
org.eclipse.cdt-1cc6d6ab8e6be9409b3cb535aa650a89e953d37a.tar.xz
org.eclipse.cdt-1cc6d6ab8e6be9409b3cb535aa650a89e953d37a.zip
Build with 4.4 and use target definition file for maven build
Change-Id: I1044751c600e7725fd2cb02578c28d5f45de1854 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27631 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
Diffstat (limited to 'testsrunner')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml b/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml
index bbbc29374b8..82ab6560173 100644
--- a/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml
+++ b/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml
@@ -37,6 +37,12 @@
<include>**/TestsRunnerSuite.*</include>
</includes>
<testFailureIgnore>true</testFailureIgnore>
+ <dependencies>
+ <dependency>
+ <artifactId>org.eclipse.platform.feature.group</artifactId>
+ <type>p2-installable-unit</type>
+ </dependency>
+ </dependencies>
</configuration>
</plugin>
</plugins>

Back to the top