Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-08-24 20:48:27 +0000
committerMikhail Khodjaiants2004-08-24 20:48:27 +0000
commit3c98cacf7adb15428d5ef56e1d5a98eed084c186 (patch)
tree367ff14d3a0a14aa873293be5cbabaa29c928654 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parent2c8471ce9ca58b1cf96266983f82674ab26f9783 (diff)
downloadorg.eclipse.cdt-3c98cacf7adb15428d5ef56e1d5a98eed084c186.tar.gz
org.eclipse.cdt-3c98cacf7adb15428d5ef56e1d5a98eed084c186.tar.xz
org.eclipse.cdt-3c98cacf7adb15428d5ef56e1d5a98eed084c186.zip
Moved the property pages and related classes into the newly created package - "org.eclipse.cdt.debug.internal.ui.propertypages".
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index 915c32f1b2d..f06542eabc4 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,4 +1,12 @@
2004-08-24 Mikhail Khodjaiants
+ Moved the property pages and related classes into the newly created package - "org.eclipse.cdt.debug.internal.ui.propertypages".
+ * PropertyPageMessages.properties: new
+ * CBreakpointPreferenceStore.java
+ * CBreakpointPropertyPage.java
+ * PropertyPageMessages.java: new
+ * ActionMessages.properties
+
+2004-08-24 Mikhail Khodjaiants
Replaced the "Breakpoint Properties" dialog by standard property pages.
* CBreakpointPreferenceStore.java
* CBreakpointPropertiesAction.java

Back to the top