Use "releases" repository for 4.25 target platform

Change-Id: Ib8d33714c67de949b9574b4ec29c1ae99f75d419
This commit is contained in:
Matthias Sohn 2022-11-20 18:15:09 +01:00
parent b39972f8a2
commit b06778c468
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.25" sequenceNumber="1668807161">
<target name="jgit-4.25" sequenceNumber="1668964432">
<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-09/"/>
<repository location="https://download.eclipse.org/releases/2022-09/"/>
</location>
</locations>
</target>

View File

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