Eclipse 4.24 was released, adapt p2 URL accordingly

Change-Id: I807f15507f7ba1d03f0633b121419170f5423c02
This commit is contained in:
Matthias Sohn 2022-06-16 12:30:09 +02:00
parent 87391ccee9
commit 5c04d74421
2 changed files with 3 additions and 3 deletions

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.24" sequenceNumber="1654550621">
<target name="jgit-4.24" sequenceNumber="1655375254">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="jakarta.servlet-api" version="4.0.0"/>
@ -91,7 +91,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/2022-06/"/>
<repository location="https://download.eclipse.org/releases/2022-06/"/>
</location>
</locations>
</target>

View File

@ -3,6 +3,6 @@ target "jgit-4.24" with source configurePhase
include "projects/jetty-10.0.x.tpd"
include "orbit/R20220531185310-2022-06.tpd"
location "https://download.eclipse.org/staging/2022-06/" {
location "https://download.eclipse.org/releases/2022-06/" {
org.eclipse.osgi lazy
}