mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02: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"/>
|
name="org.mockito"/>
|
||||||
<requirement
|
<requirement
|
||||||
name="org.slf4j.impl.log4j12"/>
|
name="org.slf4j.impl.log4j12"/>
|
||||||
|
<requirement
|
||||||
|
name="org.yaml.snakeyaml"/>
|
||||||
<sourceLocator
|
<sourceLocator
|
||||||
rootFolder="${git.clone.cdt.location}"
|
rootFolder="${git.clone.cdt.location}"
|
||||||
locateNestedProjects="true"/>
|
locateNestedProjects="true"/>
|
||||||
|
@ -329,7 +331,7 @@
|
||||||
</annotation>
|
</annotation>
|
||||||
</repository>
|
</repository>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/orbit/downloads/2020-12/"/>
|
url="https://download.eclipse.org/tools/orbit/I-builds/I20201119185738/repository"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/"/>
|
url="https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/"/>
|
||||||
</repositoryList>
|
</repositoryList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue