Browse Source
* stable-5.2: Format lib/BUILD with buildifier Update Orbit to S20181128170323 for 2018-12 RC1 Include id_ed25519 in the known default identity files Apache MINA sshd client: enable support for ed25519 keys Prepare 5.2.0-SNAPSHOT builds Set git environment variables for hooks JGit v5.2.0.201811281532-m3 Change-Id: If96adcbf35ccf8d9f4da0f5d97491f502f5a72a9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-5.3
Matthias Sohn
6 years ago
26 changed files with 92 additions and 26 deletions
@ -1,7 +1,7 @@
|
||||
target "jgit-4.9-staging" with source configurePhase |
||||
|
||||
include "projects/jetty-9.4.11.tpd" |
||||
include "orbit/I20181128011035-2018-12.tpd" |
||||
include "orbit/S20181128170323-2018-12.tpd" |
||||
|
||||
location "http://download.eclipse.org/staging/2018-12/" { |
||||
org.eclipse.osgi lazy |
||||
|
@ -1,7 +1,7 @@
|
||||
target "jgit-4.5" with source configurePhase |
||||
|
||||
include "projects/jetty-9.4.11.tpd" |
||||
include "orbit/I20181128011035-2018-12.tpd" |
||||
include "orbit/S20181128170323-2018-12.tpd" |
||||
|
||||
location "http://download.eclipse.org/releases/mars/" { |
||||
org.eclipse.osgi lazy |
||||
|
@ -1,7 +1,7 @@
|
||||
target "jgit-4.6" with source configurePhase |
||||
|
||||
include "projects/jetty-9.4.11.tpd" |
||||
include "orbit/I20181128011035-2018-12.tpd" |
||||
include "orbit/S20181128170323-2018-12.tpd" |
||||
|
||||
location "http://download.eclipse.org/releases/neon/" { |
||||
org.eclipse.osgi lazy |
||||
|
@ -1,7 +1,7 @@
|
||||
target "jgit-4.9" with source configurePhase |
||||
|
||||
include "projects/jetty-9.4.11.tpd" |
||||
include "orbit/I20181128011035-2018-12.tpd" |
||||
include "orbit/S20181128170323-2018-12.tpd" |
||||
|
||||
location "http://download.eclipse.org/releases/2018-09/" { |
||||
org.eclipse.osgi lazy |
||||
|
@ -1,7 +1,7 @@
|
||||
target "I20181128011035-2018-12" with source configurePhase |
||||
target "S20181128170323-2018-12" with source configurePhase |
||||
// see http://download.eclipse.org/tools/orbit/downloads/ |
||||
|
||||
location "http://download.eclipse.org/tools/orbit/downloads/drops/I20181128011035/repository" { |
||||
location "http://download.eclipse.org/tools/orbit/downloads/drops/S20181128170323/repository" { |
||||
org.apache.ant [1.10.5.v20180808-0324,1.10.5.v20180808-0324] |
||||
org.apache.ant.source [1.10.5.v20180808-0324,1.10.5.v20180808-0324] |
||||
org.apache.commons.codec [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
Loading…
Reference in new issue