diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-17 22:26:46 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-17 22:30:08 +0100 |
commit | 63519c2a6f7004116b223a5514fd5e724a8ae487 (patch) | |
tree | 8796df0b7321ddaa935bb3d97eefa1590bf5e0da /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 1363b1acfe67bbdf089a44a6f55d40adb9eedbac (diff) | |
download | jgit-63519c2a6f7004116b223a5514fd5e724a8ae487.tar.gz jgit-63519c2a6f7004116b223a5514fd5e724a8ae487.zip |
Update jgit-4.18 target platform to use release repository
Change-Id: I62aaf1cb823e05f277b16b156d0f9a4928efe213
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target (renamed from org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18-staging.target) | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.tpd (renamed from org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18-staging.tpd) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18-staging.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index 913009d8a5..4ce2019ff4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18-staging.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18-staging" sequenceNumber="1606854603"> +<target name="jgit-4.18-staging" sequenceNumber="1608217757"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.30.v20200611"/> @@ -88,7 +88,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/2020-12/"/> + <repository location="https://download.eclipse.org/releases/2020-12/"/> </location> </locations> </target> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18-staging.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.tpd index d8e3445690..b457322e5b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18-staging.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.tpd @@ -3,6 +3,6 @@ target "jgit-4.18-staging" with source configurePhase include "projects/jetty-9.4.x.tpd" include "orbit/R20201130205003-2020-12.tpd" -location "https://download.eclipse.org/staging/2020-12/" { +location "https://download.eclipse.org/releases/2020-12/" { org.eclipse.osgi lazy } |