mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Bug 564369 - CDT : use 4.16 GA version for .setup and .target
Updated to https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/ Change-Id: I05811ffdc1cba42d76cbc168f430aed2cd889f80 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
379004b618
commit
dac0b96019
2 changed files with 3 additions and 3 deletions
|
@ -310,7 +310,7 @@
|
|||
<repository
|
||||
url="https://download.eclipse.org/cbi/updates/license/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/eclipse/updates/4.16milestones/S-4.16RC2-202006040540/"/>
|
||||
url="https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/egit/updates/"/>
|
||||
<repository
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="82">
|
||||
<target name="cdt" sequenceNumber="83">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
|
||||
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.16milestones/S-4.16RC2-202006040540/"/>
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue