diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 19:14:56 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 19:19:16 +0100 |
commit | 70b894da19caf1429c00375f8f730725d8958f13 (patch) | |
tree | ca8bb0dfb8a3a5b6e5910094f633b81b18db5e07 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target | |
parent | 122237439daee43956fe9f4255365afd40823e21 (diff) | |
parent | 73b3cbd26b4f2e46972d0cbc3efab4f14a8033e2 (diff) | |
download | jgit-70b894da19caf1429c00375f8f730725d8958f13.tar.gz jgit-70b894da19caf1429c00375f8f730725d8958f13.zip |
Merge branch 'stable-5.8' into stable-5.9
* stable-5.8:
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: I5e7c204c0e4c428df6f3b27ba1fc06326983f27c
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target index c922b9fda2..85fdde5670 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.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.9" sequenceNumber="1635975443"> +<target name="jgit-4.9" sequenceNumber="1638641807"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.30.v20200611"/> |