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

Added dependency to the org.eclipse.ui.views plugin (needed to use the breakpoint actions in the Outline view).

This commit is contained in:
Mikhail Khodjaiants 2006-02-27 22:16:34 +00:00
parent e69e9f0765
commit 3d876aa65c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-27 Mikhail Khodjaiants
Added dependency to the org.eclipse.ui.views plugin (needed to use the breakpoint
actions in the Outline view).
* MANIFEST.MF
2006-02-27 Mikhail Khodjaiants
The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748).
Removed the UI related to CDirectorySourceContainer.

View file

@ -32,5 +32,6 @@ Require-Bundle: org.eclipse.ui.ide,
org.eclipse.cdt.ui,
org.eclipse.cdt.core,
org.eclipse.core.runtime,
org.eclipse.ui.console
org.eclipse.ui.console,
org.eclipse.ui.views
Eclipse-LazyStart: true