PDE N&N

Signed-off-by: Mike Rennie <Michael_Rennie@ca.ibm.com>
diff --git a/platform/4.4/M3/eclipse-news-M3.html b/platform/4.4/M3/eclipse-news-M3.html
index c828cbc..61f3ece 100644
--- a/platform/4.4/M3/eclipse-news-M3.html
+++ b/platform/4.4/M3/eclipse-news-M3.html
@@ -97,8 +97,33 @@
   <tr>
     <td colspan="2" class="section" id="PDE">PDE</td>
   </tr>
-  <tr> 
-    <td colspan="2"><div align="left">[ <em>Not available yet</em> ]</div></td>
+  <tr id="api-tools-annotations">
+    <td class="title">Annotation support in API Tools</td>
+    <td class="content">
+        <p>
+          API Tools now provides support for using annotations to describe your API usage. Prior to the new annotation support you would have, for example,
+          used the <code>&#64;noreference</code> Javadoc tag to indicate noone should use the tagged type / member. Now you can add the <code>&#64;NoReference</code>
+          annotation (in Java 1.5+ source) to the member directly without the need for Javadoc.
+      </p>
+      <img src="images/annotation-example.png" alt="The &#64;NoExtend annotation being used on a class"/>
+      <p>
+        To make the transition from Javadoc tags to the new annotation support, API Tools provides a conversion wizard that is found 
+        using the <strong>Plug-in Tools &gt; Convert API Tools Javadoc tags...</strong> command for a selected project. The wizard can convert all existing Javadoc tags to their annotation
+        equivalent, update the <code>build.properties</code> file and optionally remove all of the old Javadoc tags.
+      </p>
+      <img src="images/javadoc-conversion.png" alt="The Javadoc conversion wizard"/>
+    </td>
+  </tr>
+  <tr id="target-status">
+    <td class="title">Updated target platform state in the status bar</td>
+    <td class="content">
+        <p>
+          In 4.4 M2 you could add the target platform indicator to the status bar allowing easy access to the preferences to customize it. Now this 
+          indicator has been updated to show problems with the target platform (if any). The state of the target platform is immediately apparent based on its 
+          icon / decoration and any problems are added to the tooltip.
+      </p>
+      <img src="images/target-status.png" alt="The target platform state in the status bar showing an error"/>
+    </td>
   </tr>
   <tr>
     <td colspan="2" class="section" id="Equinox">Equinox</td>
diff --git a/platform/4.4/M3/images/annotation-example.png b/platform/4.4/M3/images/annotation-example.png
new file mode 100644
index 0000000..cf0f4e9
--- /dev/null
+++ b/platform/4.4/M3/images/annotation-example.png
Binary files differ
diff --git a/platform/4.4/M3/images/javadoc-conversion.png b/platform/4.4/M3/images/javadoc-conversion.png
new file mode 100644
index 0000000..972cec3
--- /dev/null
+++ b/platform/4.4/M3/images/javadoc-conversion.png
Binary files differ
diff --git a/platform/4.4/M3/images/target-status.png b/platform/4.4/M3/images/target-status.png
new file mode 100644
index 0000000..8e0b6c2
--- /dev/null
+++ b/platform/4.4/M3/images/target-status.png
Binary files differ