diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-22 10:52:24 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-22 10:52:36 +0100 |
commit | f7cc2ad5709d679dd57c0baef72d7aad165254d2 (patch) | |
tree | b44eb9943c794565f45b25e163cf457c2b505da1 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 65ac9f2c2fd365e336f26616151ad3ca34c033f0 (diff) | |
parent | 63519c2a6f7004116b223a5514fd5e724a8ae487 (diff) | |
download | jgit-f7cc2ad5709d679dd57c0baef72d7aad165254d2.tar.gz jgit-f7cc2ad5709d679dd57c0baef72d7aad165254d2.zip |
Merge branch 'stable-5.10'
* stable-5.10:
Update jgit-4.18 target platform to use release repository
Change-Id: I1bc7b6d38085ba31fa65ad882a4f991da27bbf72
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 } |