mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 525675: Fix dependency version
The o.e.c.debug.ui uses some internals in o.e.ui.ide that only existed in Oxygen and greater. Bug 516470, which should be fixed for Photon will mean these internals can be removed. Change-Id: If0fbd186a8d6b77a6cb6b8a9d231c784b45cb88d
This commit is contained in:
parent
fad069c809
commit
d4bfa4ac43
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Export-Package:
|
|||
org.eclipse.cdt.debug.ui.preferences,
|
||||
org.eclipse.cdt.debug.ui.provisional;x-internal:=true,
|
||||
org.eclipse.cdt.debug.ui.sourcelookup
|
||||
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.12.0,4.0.0)",
|
||||
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.13.0,4.0.0)",
|
||||
org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",
|
||||
org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)",
|
||||
org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)",
|
||||
|
|
Loading…
Add table
Reference in a new issue