From fc60efff0d92b25c21be5fdbe84c17670ccb0288 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 24 Nov 2021 10:52:26 +0100 Subject: [PATCH] Add 4.22 target platform for 2021-12 Change-Id: Ie003dee8390cb609bd3352c23e88aeb0bf1bc68b --- .../org.eclipse.jgit.target/jgit-4.22.target | 99 +++++++++++++++++++ .../org.eclipse.jgit.target/jgit-4.22.tpd | 8 ++ 2 files changed, 107 insertions(+) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.tpd diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target new file mode 100644 index 000000000..7fd003277 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.tpd new file mode 100644 index 000000000..db3db2877 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.tpd @@ -0,0 +1,8 @@ +target "jgit-4.22" with source configurePhase + +include "projects/jetty-10.0.x.tpd" +include "orbit/R20211122181901-2021-12.tpd" + +location "https://download.eclipse.org/releases/2021-12/" { + org.eclipse.osgi lazy +}