Update to releases p2 repo for 4.26 simultaneous release

Change-Id: I31690aeba1f4a5e9111de184ba81c4f971c756e0
This commit is contained in:
Matthias Sohn 2023-01-11 15:30:44 +01:00
parent de7d06775c
commit e9fb17a5a2
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="1670938729">
<target name="jgit-4.25" sequenceNumber="1673447374">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.http" version="10.0.13"/>
@ -82,7 +82,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-12/"/>
<repository location="https://download.eclipse.org/releases/2022-12/"/>
</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/R20221123021534-2022-12.tpd"
location "https://download.eclipse.org/staging/2022-12/" {
location "https://download.eclipse.org/releases/2022-12/" {
org.eclipse.osgi lazy
}