diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-02 22:29:03 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-02 22:29:03 +0100 |
commit | 95fd662dd3f5a0808cacc8066a0f43f15684301d (patch) | |
tree | 20e7f9037f9c55a30d844d0d02c5e4d96503697b /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd | |
parent | e9852c1597ec9aa276b9047d8ac025e120a477d4 (diff) | |
download | jgit-95fd662dd3f5a0808cacc8066a0f43f15684301d.tar.gz jgit-95fd662dd3f5a0808cacc8066a0f43f15684301d.zip |
Add 4.14 and 4.15-staging target platforms
- copy old 4.14-staging to 4.14 target platform
- create 4.15-staging target platform from former 4.14-staging
Change-Id: I874f552205f1bc419334e4f66ebfef4cbc8cb4ff
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd new file mode 100644 index 0000000000..a9ef71d177 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd @@ -0,0 +1,8 @@ +target "jgit-4.14-staging" with source configurePhase + +include "projects/jetty-9.4.x.tpd" +include "orbit/R20200224183213-2020-03.tpd" + +location "http://download.eclipse.org/releases/2019-12/201912181000/" { + org.eclipse.osgi lazy +} |