Fix running tests with 4.4 target with 4.5 installation
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 16 Mar 2015 21:15:55 +0000 (17:15 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 18 Mar 2015 18:11:10 +0000 (14:11 -0400)
commit9186c390c845c8bbc558844df578e1f20128ee27
treeeaae3d32d62a6b0ac6a133a314260319810172cd
parent14665360b5820809990356a5b99f3386fd525002
Fix running tests with 4.4 target with 4.5 installation

The plugin org.eclipse.pde.junit.runtime bundled with Eclipse 4.5 is now
incompatible with Eclipse 4.4 because it requires org.eclipse.core.runtime
version 3.11.0 as the minimum which is only in 4.5. The first build that has
this problem is 4.5-I20150224-0800.
Trying to run tests would result in this error:

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.junit.runtime [217]
  Unresolved requirement: Require-Bundle: org.eclipse.core.runtime; bundle-version="[3.11.0,4.0.0)"

Also, we can point to the 4.4.2 update site which is faster than pointing
to the composite update site, especially when building with Tycho (dependency
resolution).

Change-Id: I910216656496cf961e580a69c78d285548d57452
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/43975
Reviewed-by: Hudson CI
org.eclipse.tracecompass.target/tracecompass-e4.4.target
This page took 0.02583 seconds and 5 git commands to generate.