diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 02:16:08 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 02:31:06 +0100 |
commit | 7ae2ee300a37a8f1515df3b989a293827702f169 (patch) | |
tree | 5401aa6e8c5912a8927af42bb55013f6929b27dd /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd | |
parent | e264a6419095c8311615b093ed5d4aa444ed1f59 (diff) | |
parent | dc41de0e3cddf816ebaf0fe2e78a8b4cbe40bf5a (diff) | |
download | jgit-7ae2ee300a37a8f1515df3b989a293827702f169.tar.gz jgit-7ae2ee300a37a8f1515df3b989a293827702f169.zip |
Merge branch 'stable-5.3' into stable-5.4
* stable-5.3:
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: I0e80612c8ddb934466105312f9107e91d581de0b
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd new file mode 100644 index 0000000000..cff602607a --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd @@ -0,0 +1,8 @@ +target "jgit-4.12" with source configurePhase + +include "projects/jetty-9.4.14.tpd" +include "orbit/R20190602212107-2019-06.tpd" + +location "https://download.eclipse.org/releases/2019-06/" { + org.eclipse.osgi lazy +} |