diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 18:45:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 18:55:17 +0100 |
commit | 73b3cbd26b4f2e46972d0cbc3efab4f14a8033e2 (patch) | |
tree | 4bd2dddd1494e83de25f87025c8e2d24a8e49765 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.16.tpd | |
parent | 721a971d5db5cebb6be60e884e833a6f1d95374a (diff) | |
parent | 994434a1cac37d1569bbbbc13f363dff2a819071 (diff) | |
download | jgit-73b3cbd26b4f2e46972d0cbc3efab4f14a8033e2.tar.gz jgit-73b3cbd26b4f2e46972d0cbc3efab4f14a8033e2.zip |
Merge branch 'stable-5.7' into stable-5.8
* stable-5.7:
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: Ibe46e8479b57a54591ad7bd3cc29bf4a5274e43d
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.16.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.16.tpd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.16.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.16.tpd new file mode 100644 index 0000000000..1f68a9c559 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.16.tpd @@ -0,0 +1,8 @@ +target "jgit-4.16" with source configurePhase + +include "projects/jetty-9.4.x.tpd" +include "orbit/R20200529191137-2020-06.tpd" + +location "https://download.eclipse.org/releases/2020-06/" { + org.eclipse.osgi lazy +} |