diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-29 21:43:44 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-07-01 20:15:20 +0200 |
commit | 4acedc5d2e61b80b9ff61ab2c64fa1de6f300412 (patch) | |
tree | a07137dcdcaf5363c55a55f2e76b6bd9b977a66c | |
parent | 23ae9f827c89f727969c778aceb3242c903b58f3 (diff) | |
download | jgit-4acedc5d2e61b80b9ff61ab2c64fa1de6f300412.tar.gz jgit-4acedc5d2e61b80b9ff61ab2c64fa1de6f300412.zip |
Update 4.20 target platform to use final 4.20 release
Change-Id: I8d6a1617a7713faf5186cfb5b2a084d0f1f9e63f
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.tpd | 8 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target (renamed from org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.target) | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.tpd | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.tpd deleted file mode 100644 index de929b56bf..0000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.tpd +++ /dev/null @@ -1,8 +0,0 @@ -target "jgit-4.20-staging" with source configurePhase - -include "projects/jetty-9.4.x.tpd" -include "orbit/R20210602031627-2021-06.tpd" - -location "https://download.eclipse.org/staging/2021-06/" { - org.eclipse.osgi lazy -} diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target index c0324adad3..6ec6d393ef 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.20-staging" sequenceNumber="1623856145"> +<target name="jgit-4.20" sequenceNumber="1624995726"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.42.v20210604"/> @@ -90,7 +90,7 @@ </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.osgi" version="0.0.0"/> - <repository location="https://download.eclipse.org/staging/2021-06/"/> + <repository location="https://download.eclipse.org/releases/2021-06/"/> </location> </locations> </target> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.tpd new file mode 100644 index 0000000000..c750cbefa0 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.tpd @@ -0,0 +1,8 @@ +target "jgit-4.20" with source configurePhase + +include "projects/jetty-9.4.x.tpd" +include "orbit/R20210602031627-2021-06.tpd" + +location "https://download.eclipse.org/releases/2021-06/" { + org.eclipse.osgi lazy +} |