diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 20:26:55 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 20:28:53 +0100 |
commit | e14b25f2400da21aac1f113a8d2983e84478ea34 (patch) | |
tree | ffe12d38b05c3006b97761c8ba857a6a43e48568 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target | |
parent | 91233eea56475960a5a09f5c2e9c094186fe0da8 (diff) | |
parent | 8583b3c56c4bb644ee26436a4a3d867e0fb49202 (diff) | |
download | jgit-e14b25f2400da21aac1f113a8d2983e84478ea34.tar.gz jgit-e14b25f2400da21aac1f113a8d2983e84478ea34.zip |
Merge branch 'stable-5.10' into stable-5.11
* stable-5.10:
Add missing @since tags
Add missing @since tag
Add missing @since tags
Remove unused import in ApacheSshTest
Update maven plugins
Ignore missing javadoc in test bundles
storage: file: De-duplicate File.exists()+File.isFile()
RefDirectory.scanRef: Re-use file existence check done in snapshot creation
FileSnapshot: Lazy load file store attributes cache
Update eclipse-jarsigner-plugin to 1.3.2
Fix p2 repository URLs
Change-Id: I84c73e11381c31566a12033db94e9afdcef5b705
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target index 523f9b1786..278c3d2542 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.6" sequenceNumber="1635977193"> +<target name="jgit-4.6" sequenceNumber="1638646045"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.36.v20210114"/> |