Browse Source
Also update xz to 1.6 as this is the version commons-compress 1.15 wants. Since xz 1.6 is an optional dependency for commons-compress we need to add a non-optional dependency to xz for org.eclipse.jgit.pgm.test since one of the tests explicitly requires xz. Related change adding commons-compress to Orbit: https://git.eclipse.org/r/#/c/115366/ CQ: 15356 CQ: 15360 Change-Id: I0d61c71bc541cc30464a0fff93775b079dd3ba88 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-4.11
David Pursehouse
7 years ago
committed by
Matthias Sohn
12 changed files with 51 additions and 39 deletions
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.5" with source configurePhase |
target "jgit-4.5" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.8.tpd" |
include "projects/jetty-9.4.8.tpd" |
||||||
include "orbit/R20170919201930-Oxygen.tpd" |
include "orbit/S20180119201206-Photon.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/releases/mars/" { |
location "http://download.eclipse.org/releases/mars/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.6" with source configurePhase |
target "jgit-4.6" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.8.tpd" |
include "projects/jetty-9.4.8.tpd" |
||||||
include "orbit/R20170919201930-Oxygen.tpd" |
include "orbit/S20180119201206-Photon.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/releases/neon/" { |
location "http://download.eclipse.org/releases/neon/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
Loading…
Reference in new issue