mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
[releng] Update target platform to latest dependencies
Change-Id: I3f37027e3a7006d9ddddddb16a0671c615fe041d
This commit is contained in:
parent
3d3a8074b7
commit
578bfc472d
2 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,8 @@ Require-Bundle: org.eclipse.osgi.services;bundle-version="3.5.0",
|
||||||
org.eclipse.debug.ui;bundle-version="3.11.200",
|
org.eclipse.debug.ui;bundle-version="3.11.200",
|
||||||
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
||||||
org.eclipse.launchbar.ui;bundle-version="2.0.0"
|
org.eclipse.launchbar.ui;bundle-version="2.0.0"
|
||||||
Import-Package: javax.annotation
|
Import-Package: javax.annotation,
|
||||||
|
javax.inject
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -39,7 +39,7 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>platform</id>
|
<id>platform</id>
|
||||||
<url>https://download.eclipse.org/eclipse/updates/4.12-I-builds/I20190521-1800/</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>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>cdt</id>
|
<id>cdt</id>
|
||||||
<url>http://download.eclipse.org/tools/cdt/releases/9.7</url>
|
<url>http://download.eclipse.org/tools/cdt/releases/9.8</url>
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
Loading…
Add table
Reference in a new issue