Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-04-20 15:40:49 +0000
committerMichael Rennie2009-04-20 15:40:49 +0000
commit83a205718a5ca442d6d2a545d96985220ad9d349 (patch)
tree2e881f6c868783722e1ed2a00603755893b4bc13
parent6de458401084d0d8414f1c924e091ff463125ab7 (diff)
downloadeclipse.platform.debug-83a205718a5ca442d6d2a545d96985220ad9d349.tar.gz
eclipse.platform.debug-83a205718a5ca442d6d2a545d96985220ad9d349.tar.xz
eclipse.platform.debug-83a205718a5ca442d6d2a545d96985220ad9d349.zip
updated build notes
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 2d56f78e0..044e973e2 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -107,6 +107,10 @@ view which were defined in an internal interface. This change moves these const
<p><strong>Action required:</strong> Clients which may have copied these constants or (gasp!) have referenced the internal interface,
should instead reference the new API constants.</p>
+<h2>April 20, 2009</h2>
+<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=268978">Bug 268978</a>: Build before launch should use one top level workspace runnable<br>
+
<h2>April 7, 2009</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=271055">Bug 271055</a>: Risk of deleting a launch configuration multiple times<br>

Back to the top