1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 145758: Unable to use the default command factories.

This commit is contained in:
Mikhail Khodjaiants 2006-08-22 14:34:53 +00:00
parent 5c2049ef4f
commit 9d683d0275
2 changed files with 7 additions and 0 deletions

View file

@ -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
Bug 153894: Variable View: Can not format 'short int' to Hex.
Applied patch from James Blackburn (jamesblackburn+eclipse@gmail.com).

View file

@ -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.command,
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.output
Require-Bundle: org.eclipse.cdt.debug.core,