mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 540410 - ContainerTargetTypeProvider causes ClassNotFoundException
- bump up minimum org.eclipse.cdt.core needed for org.eclipse.cdt.docker.launcher plug-in so that ICBuildConfigurationManager2 interface is available Change-Id: I5e77e7b43bdea1f0b59c79fcdfced7c162b64e9a
This commit is contained in:
parent
f3ca365140
commit
cc20f1a9bb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui,
|
||||||
org.eclipse.cdt.launch;bundle-version="7.1.0",
|
org.eclipse.cdt.launch;bundle-version="7.1.0",
|
||||||
org.eclipse.debug.core;bundle-version="3.9.1",
|
org.eclipse.debug.core;bundle-version="3.9.1",
|
||||||
org.eclipse.debug.ui;bundle-version="3.10.1",
|
org.eclipse.debug.ui;bundle-version="3.10.1",
|
||||||
org.eclipse.cdt.core;bundle-version="5.7.0",
|
org.eclipse.cdt.core;bundle-version="6.5.0",
|
||||||
org.eclipse.cdt.debug.core;bundle-version="7.5.0",
|
org.eclipse.cdt.debug.core;bundle-version="7.5.0",
|
||||||
org.eclipse.cdt.ui;bundle-version="5.8.0",
|
org.eclipse.cdt.ui;bundle-version="5.8.0",
|
||||||
org.eclipse.ui.ide;bundle-version="3.10.1",
|
org.eclipse.ui.ide;bundle-version="3.10.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue