From 226dc134d2ed934dee82b637c04dcc7313ecb8a7 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 4 Oct 2019 22:34:55 +0200 Subject: [PATCH] Create 4.14 staging target platform Change-Id: I6d8a6a0af41775a40342d56665cbd4e2e4aa5c61 Signed-off-by: Matthias Sohn --- .../jgit-4.13-staging.tpd | 8 -- .../org.eclipse.jgit.target/jgit-4.13.target | 92 +++++++++++++++++++ .../org.eclipse.jgit.target/jgit-4.13.tpd | 8 ++ ...taging.target => jgit-4.14-staging.target} | 4 +- .../jgit-4.14-staging.tpd | 8 ++ 5 files changed, 110 insertions(+), 10 deletions(-) delete mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13-staging.tpd create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.tpd rename org.eclipse.jgit.packaging/org.eclipse.jgit.target/{jgit-4.13-staging.target => jgit-4.14-staging.target} (98%) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.tpd diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13-staging.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13-staging.tpd deleted file mode 100644 index e82ed5f95..000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13-staging.tpd +++ /dev/null @@ -1,8 +0,0 @@ -target "jgit-4.13-staging" with source configurePhase - -include "projects/jetty-9.4.20.tpd" -include "orbit/R20190827152740-2019-09.tpd" - -location "http://download.eclipse.org/staging/2019-09/" { - org.eclipse.osgi lazy -} diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target new file mode 100644 index 000000000..3531cce5d --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.tpd new file mode 100644 index 000000000..a9f549013 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.tpd @@ -0,0 +1,8 @@ +target "jgit-4.13" with source configurePhase + +include "projects/jetty-9.4.20.tpd" +include "orbit/R20190827152740-2019-09.tpd" + +location "http://download.eclipse.org/releases/2019-09/" { + org.eclipse.osgi lazy +} diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13-staging.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.target similarity index 98% rename from org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13-staging.target rename to org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.target index 8572d7c45..7829b55c4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13-staging.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.target @@ -1,7 +1,7 @@ - + @@ -86,7 +86,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.14-staging.tpd new file mode 100644 index 000000000..201d0b3c1 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14-staging.tpd @@ -0,0 +1,8 @@ +target "jgit-4.14-staging" with source configurePhase + +include "projects/jetty-9.4.20.tpd" +include "orbit/R20190827152740-2019-09.tpd" + +location "http://download.eclipse.org/staging/2019-12/" { + org.eclipse.osgi lazy +}