diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-25 16:07:20 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-25 16:14:22 +0200 |
commit | 851f2399515db1f06496b47eefa51a8c5b0c86d7 (patch) | |
tree | 28146db175edf15ed0d7d50d7c46e8823ffb9625 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target | |
parent | 5786ac991bd28c502613c7cddc7b4fdd01f8346d (diff) | |
parent | cde0e313819c0209eb692820fb32f85e5b034e16 (diff) | |
download | jgit-851f2399515db1f06496b47eefa51a8c5b0c86d7.tar.gz jgit-851f2399515db1f06496b47eefa51a8c5b0c86d7.zip |
Merge branch 'stable-5.0'
* stable-5.0:
Silence API warning for new ObjectIdSerializer introduced in 4.11.1
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: I9e7fa37b100a7ea3cbe4104802d36c6f38df9e08
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target index c271a1c896..c421270f75 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="jgit-4.7" sequenceNumber="1534608613"> +<target name="jgit-4.7" sequenceNumber="1535206380"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.11.v20180605"/> |