From 7c03521f1ad86419d4cd59cf158e3ed09d496ac4 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 30 Oct 2018 00:19:11 +0100 Subject: [PATCH] New target platform for 4.9 Change-Id: I73474deaecda4e594e5604213d3ae30c499a2ca7 Signed-off-by: Matthias Sohn --- .../org.eclipse.jgit.target/jgit-4.9.target | 76 +++++++++++++++++++ .../org.eclipse.jgit.target/jgit-4.9.tpd | 8 ++ 2 files changed, 84 insertions(+) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.tpd diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target new file mode 100644 index 000000000..0a4ec20d4 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.tpd new file mode 100644 index 000000000..0ca246b4c --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.tpd @@ -0,0 +1,8 @@ +target "jgit-4.9" with source configurePhase + +include "projects/jetty-9.4.11.tpd" +include "orbit/R20180905201904-2018-09.tpd" + +location "http://download.eclipse.org/releases/2018-09/" { + org.eclipse.osgi lazy +} \ No newline at end of file