mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Align CDT.setup with target platform
Add org.yaml.snakeyaml for CMake Use Orbit from https://download.eclipse.org/tools/orbit/I-builds/I20201119185738/repository Change-Id: If2fceeb124ddfb90e1dfe5c9212ceca2adace474 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
36285742d1
commit
98e50a2d8b
1 changed files with 3 additions and 1 deletions
|
@ -292,6 +292,8 @@
|
|||
name="org.mockito"/>
|
||||
<requirement
|
||||
name="org.slf4j.impl.log4j12"/>
|
||||
<requirement
|
||||
name="org.yaml.snakeyaml"/>
|
||||
<sourceLocator
|
||||
rootFolder="${git.clone.cdt.location}"
|
||||
locateNestedProjects="true"/>
|
||||
|
@ -329,7 +331,7 @@
|
|||
</annotation>
|
||||
</repository>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/orbit/downloads/2020-12/"/>
|
||||
url="https://download.eclipse.org/tools/orbit/I-builds/I20201119185738/repository"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/"/>
|
||||
</repositoryList>
|
||||
|
|
Loading…
Add table
Reference in a new issue