Browse Source

Update 4.20 target platform to use final 4.20 release

Change-Id: I8d6a1617a7713faf5186cfb5b2a084d0f1f9e63f
changes/22/182622/2
Matthias Sohn 2 years ago
parent
commit
4acedc5d2e

+ 0
- 8
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.tpd 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
}

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20-staging.target → org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target 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>

+ 8
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.tpd 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
}

Loading…
Cancel
Save