mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +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>
|
||||
<repository>
|
||||
<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>
|
||||
</repository>
|
||||
<repository>
|
||||
|
@ -44,7 +44,7 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<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>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
@ -178,21 +178,11 @@
|
|||
<resolver>p2</resolver>
|
||||
<pomDependencies>consider</pomDependencies>
|
||||
<environments>
|
||||
<environment>
|
||||
<os>linux</os>
|
||||
<ws>gtk</ws>
|
||||
<arch>x86</arch>
|
||||
</environment>
|
||||
<environment>
|
||||
<os>linux</os>
|
||||
<ws>gtk</ws>
|
||||
<arch>x86_64</arch>
|
||||
</environment>
|
||||
<environment>
|
||||
<os>win32</os>
|
||||
<ws>win32</ws>
|
||||
<arch>x86</arch>
|
||||
</environment>
|
||||
<environment>
|
||||
<os>win32</os>
|
||||
<ws>win32</ws>
|
||||
|
|
Loading…
Add table
Reference in a new issue