From 95fd662dd3f5a0808cacc8066a0f43f15684301d Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 2 Mar 2020 22:29:03 +0100 Subject: [PATCH] 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 --- .../org.eclipse.jgit.target/jgit-4.14.target | 94 +++++++++++++++++++ .../org.eclipse.jgit.target/jgit-4.14.tpd | 8 ++ ...taging.target => jgit-4.15-staging.target} | 4 +- ...4.14-staging.tpd => jgit-4.15-staging.tpd} | 2 +- 4 files changed, 105 insertions(+), 3 deletions(-) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd rename org.eclipse.jgit.packaging/org.eclipse.jgit.target/{jgit-4.14-staging.target => jgit-4.15-staging.target} (98%) rename org.eclipse.jgit.packaging/org.eclipse.jgit.target/{jgit-4.14-staging.tpd => jgit-4.15-staging.tpd} (73%) diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target new file mode 100644 index 000000000..d601082ff --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 000000000..a9ef71d17 --- /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 +} diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.target similarity index 98% rename from org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.target rename to org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.target index ea5a2adf6..ab8e6ec15 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.target @@ -1,7 +1,7 @@ - + @@ -88,7 +88,7 @@ - + diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.tpd similarity index 73% rename from org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.tpd rename to org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.tpd index ae1b08961..1bfb3752b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.tpd @@ -3,6 +3,6 @@ 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/staging/2019-12/" { +location "http://download.eclipse.org/staging/2020-03/" { org.eclipse.osgi lazy }