diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-16 12:30:09 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-17 10:21:36 +0200 |
commit | 5c04d74421a56e65ba13a7db311a39d47a0e1f84 (patch) | |
tree | d3f9042593861afb44f91423b9fab6143f2828b9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 87391ccee97dd2d51871838f7b065bf6cf9a07a8 (diff) | |
download | jgit-5c04d74421a56e65ba13a7db311a39d47a0e1f84.tar.gz jgit-5c04d74421a56e65ba13a7db311a39d47a0e1f84.zip |
Eclipse 4.24 was released, adapt p2 URL accordingly
Change-Id: I807f15507f7ba1d03f0633b121419170f5423c02
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.tpd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index b622b4e91e..bd45e85e78 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.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.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> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.tpd index e81eec9eb6..f258adc2d4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.tpd @@ -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 } |