diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 23:55:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-03 01:30:05 +0200 |
commit | 731dfd4c5eb6f88b98e983b9b0551b3562a0c46c (patch) | |
tree | bb30c69a80485c60f170320f74c1859a457ee942 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.tpd | |
parent | 84461e808663d0830360a8cfbbcc4a80c96ab3ed (diff) | |
download | jgit-731dfd4c5eb6f88b98e983b9b0551b3562a0c46c.tar.gz jgit-731dfd4c5eb6f88b98e983b9b0551b3562a0c46c.zip |
Add 4.27 (2023-03) and 4.28 (2023-06) target platforms
Change-Id: I81cfba607e000a107348006785ff374db960ea6d
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.tpd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.tpd new file mode 100644 index 0000000000..cff6322e1a --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.tpd @@ -0,0 +1,8 @@ +target "jgit-4.27" with source configurePhase + +include "orbit/R20230302014618-2023-03.tpd" +include "maven/dependencies.tpd" + +location "https://download.eclipse.org/releases/2023-03/" { + org.eclipse.osgi lazy +} |