mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 145758: Unable to use the default command factories.
This commit is contained in:
parent
5c2049ef4f
commit
9d683d0275
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-08-22 Mikhail Khodjaiants
|
||||||
|
Bug 145758: Unable to use the default command factories.
|
||||||
|
* MANIFEST.MF
|
||||||
|
|
||||||
2006-08-22 Mikhail Khodjaiants
|
2006-08-22 Mikhail Khodjaiants
|
||||||
Bug 153894: Variable View: Can not format 'short int' to Hex.
|
Bug 153894: Variable View: Can not format 'short int' to Hex.
|
||||||
Applied patch from James Blackburn (jamesblackburn+eclipse@gmail.com).
|
Applied patch from James Blackburn (jamesblackburn+eclipse@gmail.com).
|
||||||
|
|
|
@ -13,6 +13,9 @@ Export-Package: org.eclipse.cdt.debug.mi.core,
|
||||||
org.eclipse.cdt.debug.mi.core.cdi.model.type,
|
org.eclipse.cdt.debug.mi.core.cdi.model.type,
|
||||||
org.eclipse.cdt.debug.mi.core.command,
|
org.eclipse.cdt.debug.mi.core.command,
|
||||||
org.eclipse.cdt.debug.mi.core.command.factories,
|
org.eclipse.cdt.debug.mi.core.command.factories,
|
||||||
|
org.eclipse.cdt.debug.mi.core.command.factories.linux,
|
||||||
|
org.eclipse.cdt.debug.mi.core.command.factories.macos,
|
||||||
|
org.eclipse.cdt.debug.mi.core.command.factories.win32,
|
||||||
org.eclipse.cdt.debug.mi.core.event,
|
org.eclipse.cdt.debug.mi.core.event,
|
||||||
org.eclipse.cdt.debug.mi.core.output
|
org.eclipse.cdt.debug.mi.core.output
|
||||||
Require-Bundle: org.eclipse.cdt.debug.core,
|
Require-Bundle: org.eclipse.cdt.debug.core,
|
||||||
|
|
Loading…
Add table
Reference in a new issue