diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-05-02 23:12:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-05-03 00:46:08 +0200 |
commit | 919b84296cfd9fc1129c8f30921afa5b0465d948 (patch) | |
tree | 3e9e92d8c394390036217f3044be2208ed8d619e /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.tpd | |
parent | 1140500ed31811966e94b6f7d9f3bd6b54602911 (diff) | |
download | jgit-919b84296cfd9fc1129c8f30921afa5b0465d948.tar.gz jgit-919b84296cfd9fc1129c8f30921afa5b0465d948.zip |
Add target platforms for eclipse 4.23 (2022-03) and 4.24 (2022-06)
Change-Id: I6481a0e6e989b8ceefeecced0d7d8609a24d0c9f
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.tpd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.tpd new file mode 100644 index 0000000000..69c9a118dd --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.tpd @@ -0,0 +1,8 @@ +target "jgit-4.23" with source configurePhase + +include "projects/jetty-10.0.x.tpd" +include "orbit/staging-2022-06.tpd" + +location "https://download.eclipse.org/releases/2022-03/" { + org.eclipse.osgi lazy +} |