Bug 541629: Update PDE Tips & Tricks for 4.10

Change-Id: Ic85f09bbf109583e66ee0c81ef0caefb63e366bc
diff --git a/bundles/org.eclipse.pde.doc.user/tips/images/pde-disable-analysis-builder.png b/bundles/org.eclipse.pde.doc.user/tips/images/pde-disable-analysis-builder.png
new file mode 100644
index 0000000..00a68d0
--- /dev/null
+++ b/bundles/org.eclipse.pde.doc.user/tips/images/pde-disable-analysis-builder.png
Binary files differ
diff --git a/bundles/org.eclipse.pde.doc.user/tips/pde_tips.htm b/bundles/org.eclipse.pde.doc.user/tips/pde_tips.htm
index b0de844..08dfd05 100644
--- a/bundles/org.eclipse.pde.doc.user/tips/pde_tips.htm
+++ b/bundles/org.eclipse.pde.doc.user/tips/pde_tips.htm
@@ -19,13 +19,22 @@
 
 <table border="1" cellpadding="10" cellspacing="0">
   <tr>
-	<td valign="top" align="left" width="20%"><img src="images/new.png" alt=""><b>Show Command Line button in PDE Launch Configuration</b></td>
+	<td valign="top" align="left" width="20%"><b>Show Command Line button in PDE Launch Configuration</b></td>
 	<td valign="top" align="left" width="80%">
-    	A new button <b>Show Command Line</b> has been added in the PDE launch configuration dialog. 
+	  You can view the command line used for launching the application by clicking the <b>Show Command Line</b> button on the PDE launch configuration dialog. 
       <p>
         <img src="images/pde_show_command_line.png" alt="">
       </p>
-      Clicking the button will open a dialog to show the command line used for launching the application.
+	</td>
+  </tr>
+    <tr>
+	<td valign="top" align="left" width="20%"><img src="images/new.png" alt=""><b>Disable API analysis builder</b></td>
+	<td valign="top" align="left" width="80%">
+      You can disable the API analysis builder on the <b>Plug-in Development</b> preference page.
+ 		<p>
+        <img src="images/pde-disable-analysis-builder.png" alt="">
+    	</p>
+       <p>      
 	</td>
   </tr>
   <tr>