Update jgit-4.18 target platform to use release repository

Change-Id: I62aaf1cb823e05f277b16b156d0f9a4928efe213
This commit is contained in:
Matthias Sohn 2020-12-17 22:26:46 +01:00
parent 1363b1acfe
commit 63519c2a6f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?> <?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> <!-- 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> <locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.client" version="9.4.30.v20200611"/> <unit id="org.eclipse.jetty.client" version="9.4.30.v20200611"/>
@ -88,7 +88,7 @@
</location> </location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/> <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> </location>
</locations> </locations>
</target> </target>

View File

@ -3,6 +3,6 @@ target "jgit-4.18-staging" with source configurePhase
include "projects/jetty-9.4.x.tpd" include "projects/jetty-9.4.x.tpd"
include "orbit/R20201130205003-2020-12.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 org.eclipse.osgi lazy
} }