Browse Source
An issue has been reported with Java 1.8 and new Ant version 1.10.6 hence this was rolled back to 1.10.5 in Orbit. See: https://bz.apache.org/bugzilla/show_bug.cgi?id=63457 Bug: 547607 Change-Id: I9c04c988ec89bb1e2cbb528a2d3add30a0b7b3b9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-5.5
Matthias Sohn
6 years ago
15 changed files with 39 additions and 39 deletions
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.6" with source configurePhase |
target "jgit-4.6" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.14.tpd" |
include "projects/jetty-9.4.14.tpd" |
||||||
include "orbit/S20190521195709.tpd" |
include "orbit/R20190531194818-2019-06.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/releases/neon/" { |
location "http://download.eclipse.org/releases/neon/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.9" with source configurePhase |
target "jgit-4.9" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.14.tpd" |
include "projects/jetty-9.4.14.tpd" |
||||||
include "orbit/S20190521195709.tpd" |
include "orbit/R20190531194818-2019-06.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/releases/2018-09/" { |
location "http://download.eclipse.org/releases/2018-09/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
@ -1,9 +1,9 @@ |
|||||||
target "S20190521195709" with source configurePhase |
target "R20190531194818-2019-06" with source configurePhase |
||||||
// see http://download.eclipse.org/tools/orbit/downloads/ |
// see http://download.eclipse.org/tools/orbit/downloads/ |
||||||
|
|
||||||
location "http://download.eclipse.org/tools/orbit/downloads/drops/S20190521195709/repository" { |
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20190531194818/repository" { |
||||||
org.apache.ant [1.10.6.v20190516-0412,1.10.6.v20190516-0412] |
org.apache.ant [1.10.5.v20190526-1402,1.10.5.v20190526-1402] |
||||||
org.apache.ant.source [1.10.6.v20190516-0412,1.10.6.v20190516-0412] |
org.apache.ant.source [1.10.5.v20190526-1402,1.10.5.v20190526-1402] |
||||||
org.apache.commons.codec [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
org.apache.commons.codec [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
||||||
org.apache.commons.codec.source [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
org.apache.commons.codec.source [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
||||||
org.apache.commons.compress [1.18.0.v20181121-2221,1.18.0.v20181121-2221] |
org.apache.commons.compress [1.18.0.v20181121-2221,1.18.0.v20181121-2221] |
Loading…
Reference in new issue