mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
[releng] Update target platform to latest dependencies
Change-Id: Iebdbc4caf1e3f2235e6f504b83b2be17282a3b88
This commit is contained in:
parent
4af6611113
commit
9dd28fadbb
1 changed files with 2 additions and 12 deletions
14
pom.xml
14
pom.xml
|
@ -34,7 +34,7 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>platform</id>
|
<id>platform</id>
|
||||||
<url>http://download.eclipse.org/eclipse/updates/4.9/</url>
|
<url>https://download.eclipse.org/eclipse/updates/4.13-I-builds/I20190707-1800/</url>
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>orbit</id>
|
<id>orbit</id>
|
||||||
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository/</url>
|
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/</url>
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
@ -178,21 +178,11 @@
|
||||||
<resolver>p2</resolver>
|
<resolver>p2</resolver>
|
||||||
<pomDependencies>consider</pomDependencies>
|
<pomDependencies>consider</pomDependencies>
|
||||||
<environments>
|
<environments>
|
||||||
<environment>
|
|
||||||
<os>linux</os>
|
|
||||||
<ws>gtk</ws>
|
|
||||||
<arch>x86</arch>
|
|
||||||
</environment>
|
|
||||||
<environment>
|
<environment>
|
||||||
<os>linux</os>
|
<os>linux</os>
|
||||||
<ws>gtk</ws>
|
<ws>gtk</ws>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
</environment>
|
</environment>
|
||||||
<environment>
|
|
||||||
<os>win32</os>
|
|
||||||
<ws>win32</ws>
|
|
||||||
<arch>x86</arch>
|
|
||||||
</environment>
|
|
||||||
<environment>
|
<environment>
|
||||||
<os>win32</os>
|
<os>win32</os>
|
||||||
<ws>win32</ws>
|
<ws>win32</ws>
|
||||||
|
|
Loading…
Add table
Reference in a new issue