Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2006-02-27 22:25:35 +0000
committerMikhail Khodjaiants2006-02-27 22:25:35 +0000
commit26c21da5a656eb0aa96071c6c1b75f9473161a65 (patch)
tree8a42b25d981bb1c997bf4cfeff4edc4ab429ebcd /debug/org.eclipse.cdt.debug.ui/ChangeLog
parent3d876aa65ccf27917ffacf3063f7ecdc4ae545d4 (diff)
downloadorg.eclipse.cdt-26c21da5a656eb0aa96071c6c1b75f9473161a65.tar.gz
org.eclipse.cdt-26c21da5a656eb0aa96071c6c1b75f9473161a65.tar.xz
org.eclipse.cdt-26c21da5a656eb0aa96071c6c1b75f9473161a65.zip
Bug 89429: replaced the usage of the internal SourceLookupUIUtils class by DebugUITools.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index ea8e4b1d1ef..41c007845bf 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,4 +1,10 @@
2006-02-27 Mikhail Khodjaiants
+ Bug 89429: replaced the usage of the internal SourceLookupUIUtils class by DebugUITools.
+ * AddSourceContainerDialog.java
+ * EditContainerAction.java
+ * SourceContainerLabelProvider.java
+
+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

Back to the top