*** empty log message ***
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index ed2f9aa..1b16168 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,19 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
+
+<h2> SWT Build 3.5 51 - Thursday July 14, 2009</h2>
+<blockquote>
+279313  TreeItem.removeAll incorrectly implemented on Mac platform  
+<br>275589  can't see text cursor after setting dark background color  
+<br>277315  Combo does not accept drag and drop  
+<br>279671  Preferences - PathEditor and DirectoryFieldEditor do not show all disk content on Mac OS X  
+<br>280921  Tree.select() sets selection instead of adding to selection  
+<br>283207  Plugin org.eclipse.swt.tests has a higher version in the Eclipse 3.4.2 release than the one in Eclipse 35  
+<br>283346  "Hide Eclipse" doesn't work properly  
+</blockquote>
+
+
 <h2> SWT Build 3.5 50a - Thursday June 04, 2009</h2>
 <blockquote>
 279042 Cocoa: top-level menus not updated as you switch between editors
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index d04d689..b80d2d8 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -802,7 +802,7 @@
 			<property name="fragment" value="${fragment}"/>
 			<property name="build_target" value="${build_target}"/>
 		</ant>
-		<!--delete dir="${tmpdir}"/-->
+		<delete dir="${tmpdir}"/>
 	</target>
 
 	<target name="set_natives_changed" if="natives_changed">