Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-08-29 12:34:22 +0000
committerAlexander Kurtakov2013-08-29 12:34:22 +0000
commit9caea339a90b37d3cb638b625e61402deddaee17 (patch)
treed24043738aa0882fbc56d830e0314579918a9384 /lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests
parent195a5b67c8369fa18c35ac4ac6d4a1802b73a7ae (diff)
downloadorg.eclipse.linuxtools-9caea339a90b37d3cb638b625e61402deddaee17.tar.gz
org.eclipse.linuxtools-9caea339a90b37d3cb638b625e61402deddaee17.tar.xz
org.eclipse.linuxtools-9caea339a90b37d3cb638b625e61402deddaee17.zip
all-tests: Run with less dependencies.
Instead of relying on sdk.[ide|feature] run the tests with platform.[ide|feature]. There shouldn't be any difference for the tests as what the sdk adds is the source bundles which are not used by the tests. This should have some minimal effect to reduce our already way too long build time. Change-Id: I57bbc8c5ccb6e0a4575224134e184e13ae581b8f
Diffstat (limited to 'lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests')
-rw-r--r--lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml
index a01bf407ff..be685d428e 100644
--- a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml
+++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml
@@ -43,7 +43,7 @@
<testClass>org.eclipse.linuxtools.lttng2.kernel.ui.tests.AllTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
- <product>org.eclipse.sdk.ide</product>
+ <product>org.eclipse.platform.ide</product>
</configuration>
</plugin>
</plugins>

Back to the top