mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Bug 567554 - Configure CDT.setup and .target for 2020-12 development
Add repository list for 2020-12 Update Orbit to 2020-12 Change-Id: Ib1dd63606be177e0e17000903c9efe5aeea851fa Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
a6baac7172
commit
379e300382
2 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@
|
|||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="eclipse.target.platform"
|
||||
defaultValue="2020-09"
|
||||
defaultValue="2020-12"
|
||||
storageURI="scope://Workspace"/>
|
||||
<setupTask
|
||||
xsi:type="setup.targlets:TargletTask"
|
||||
|
@ -159,7 +159,7 @@
|
|||
name="org.eclipse.tm.terminal.connector.telnet.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.tm.terminal.control.feature.feature.group"/>
|
||||
<requiremane
|
||||
<requirement
|
||||
name="org.eclipse.tm.terminal.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.tm.terminal.view.feature.feature.group"/>
|
||||
|
@ -296,7 +296,7 @@
|
|||
rootFolder="${git.clone.cdt.location}"
|
||||
locateNestedProjects="true"/>
|
||||
<repositoryList
|
||||
name="2020-09">
|
||||
name="2020-12">
|
||||
<repository
|
||||
url="https://download.eclipse.org/cbi/updates/license/"/>
|
||||
<repository
|
||||
|
@ -329,7 +329,7 @@
|
|||
</annotation>
|
||||
</repository>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/orbit/downloads/2020-09/"/>
|
||||
url="https://download.eclipse.org/tools/orbit/downloads/2020-12/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/"/>
|
||||
</repositoryList>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="95">
|
||||
<target name="cdt" sequenceNumber="96">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
||||
|
@ -72,7 +72,7 @@
|
|||
<unit id="org.junit.jupiter.api" version="0.0.0"/>
|
||||
<unit id="org.mockito" version="0.0.0"/>
|
||||
<unit id="org.slf4j.impl.log4j12" version="0.0.0"/>
|
||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2020-09/"/>
|
||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2020-12/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.remote.console.feature.group" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue