diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-24 17:39:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-24 17:39:07 +0200 |
commit | db6c2c2aa58f574383b51b3802e6817ac4cf8963 (patch) | |
tree | 20cd5b42c896c3136bf233b28004d59591d95af5 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd | |
parent | 9b55f1a27828255abcb6f1366f4a2eb30bd8b38c (diff) | |
parent | b0332d01330848fc21fbdb63727deb250fc6aad3 (diff) | |
download | jgit-db6c2c2aa58f574383b51b3802e6817ac4cf8963.tar.gz jgit-db6c2c2aa58f574383b51b3802e6817ac4cf8963.zip |
Merge branch 'stable-4.9' into stable-4.10
* stable-4.9:
Ignore API warnings
Fix photon target platform to use photon version of org.eclipse.osgi
Update Photon orbit repository to R20180606145124
Suppress warning for trying to delete non-empty directory
Fix fetching with duplicate ref updates
Fetch(Process): should tolerate duplicate refspecs
FetchCommandTest: test add/update/delete fetch
Change-Id: I2a83c059b7014c2a9e6267c963422c7785b23f17
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd index 6da22ae512..0ea2b99f32 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd @@ -1,8 +1,8 @@ target "jgit-4.8" with source configurePhase include "projects/jetty-9.4.8.tpd" -include "orbit/S20170912163609-Photon.tpd" +include "orbit/R20180606145124-Photon.tpd" -location "http://download.eclipse.org/releases/oxygen/" { +location "http://download.eclipse.org/releases/photon/" { org.eclipse.osgi lazy } |