Update 4.20 target platform to use final 4.20 release

Change-Id: I8d6a1617a7713faf5186cfb5b2a084d0f1f9e63f
This commit is contained in:
Matthias Sohn 2021-06-29 21:43:44 +02:00
parent 23ae9f827c
commit 4acedc5d2e
3 changed files with 10 additions and 10 deletions

View File

@ -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
}

View File

@ -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>

View File

@ -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
}