Add new update site info for SWT tools.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/updatesite.php b/updatesite.php
index b79c5a9..eba4859 100644
--- a/updatesite.php
+++ b/updatesite.php
@@ -18,7 +18,10 @@
 </th><th> Update Site URL
 </th></tr>
 <tr>
-<td> <strong>Most recent development build</strong> </td><td>http://www.eclipse.org/swt/updates/4.4</td>
+<td> <strong>4.5 M5 and newer</strong> </td><td>Part of the main Platform P2 repository e.g http://download.eclipse.org/eclipse/updates/4.5 (or newer version)</td>
+</tr>
+<tr>
+<td> <strong>4.4.x releases</strong> </td><td>http://www.eclipse.org/swt/updates/4.4</td>
 </tr>
 <tr>
 <td> <strong>4.3.x releases</strong> </td><td>http://www.eclipse.org/swt/updates/4.3</td>
@@ -40,4 +43,4 @@
 
 # Generate the web page
 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
+?>