diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-20 18:15:09 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-20 18:15:09 +0100 |
commit | b06778c4684c90b8e2064ff8bc67932491cfb0da (patch) | |
tree | 423d0224fab35f9f5ff102ffe5689070ff349869 /org.eclipse.jgit.packaging | |
parent | b39972f8a20e2d9ad62629029b85e443d1bd082d (diff) | |
download | jgit-b06778c4684c90b8e2064ff8bc67932491cfb0da.tar.gz jgit-b06778c4684c90b8e2064ff8bc67932491cfb0da.zip |
Use "releases" repository for 4.25 target platform
Change-Id: Ib8d33714c67de949b9574b4ec29c1ae99f75d419
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.tpd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target index f9daeace4c..c6dabf7fb0 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target @@ -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> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.tpd index 99a4cdb926..6677b6e6dc 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.tpd @@ -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 } |