Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-01-27 00:43:32 +0000
committerspingel2011-01-27 00:43:32 +0000
commit703325192b411f2307a281d41cf41c940d6aa17f (patch)
treecbaf8f6c42f0cc4faee7086f29f6bcc38b1046df
parenta7e39f448db8def6da42db9774119bce0fbc44ce (diff)
downloadorg.eclipse.mylyn.incubator-703325192b411f2307a281d41cf41c940d6aa17f.tar.gz
org.eclipse.mylyn.incubator-703325192b411f2307a281d41cf41c940d6aa17f.tar.xz
org.eclipse.mylyn.incubator-703325192b411f2307a281d41cf41c940d6aa17f.zip
RESOLVED - bug 335517: [e4] Tycho fails to execute tests on e4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=335517
-rw-r--r--org.eclipse.mylyn.tests.ui/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tests.ui/pom.xml b/org.eclipse.mylyn.tests.ui/pom.xml
index ab64f716..e0f2fe7b 100644
--- a/org.eclipse.mylyn.tests.ui/pom.xml
+++ b/org.eclipse.mylyn.tests.ui/pom.xml
@@ -44,6 +44,13 @@
<testClass>${mylyn-ui-test-suite}</testClass>
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Djava.io.tmpdir=${project.build.directory} ${mylyn-test-args}</argLine>
<appArgLine>${mylyn-test-app-args}</appArgLine>
+ <dependencies>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.sdk.feature.group</artifactId>
+ <version>${platform-version}</version>
+ </dependency>
+ </dependencies>
</configuration>
</plugin>
<plugin>

Back to the top