diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 19:29:56 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 19:31:53 +0100 |
commit | 8583b3c56c4bb644ee26436a4a3d867e0fb49202 (patch) | |
tree | d561af7d1f46dfb9b4437f24f605db9025c83803 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | |
parent | 684ec2c316efed11023921860b9e039f0023f1b8 (diff) | |
parent | 70b894da19caf1429c00375f8f730725d8958f13 (diff) | |
download | jgit-8583b3c56c4bb644ee26436a4a3d867e0fb49202.tar.gz jgit-8583b3c56c4bb644ee26436a4a3d867e0fb49202.zip |
Merge branch 'stable-5.9' into stable-5.10
* stable-5.9:
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: I971745b529ff903ea8bf9c3dbbc746fa09f41041
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target index 773db74dd6..e0410874df 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.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.17-staging" sequenceNumber="1635976698"> +<target name="jgit-4.17-staging" sequenceNumber="1638642625"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.30.v20200611"/> |