Bug 528173 - SWT Website Documentation needs a refresh

Cleanup SWT tools page and update links. Remove old jars.

Change-Id: I076af591b2b1575a13aad808bb64d9f1017dbda1
diff --git a/tools.php b/tools.php
index 293c308..b16e925 100755
--- a/tools.php
+++ b/tools.php
@@ -7,7 +7,7 @@
 <div id="midcolumn">
 <h1>SWT Development Tools</h1>
 
-<p>The SWT Development Tools are available from the <a href="updatesite.php">SWT Tools Update Sites</a></p>
+<p>The SWT Development Tools described in this page are available from the <a href="updatesite.php">SWT Tools Update Sites</a></p>
 
 <p><b>JniGen</b> is a tool that generates JNI wrappers for creating the SWT Platform Interface (PI).
 For more information on how to generate the JNI code, see <a href="jnigen.php">this tutorial</a>.</p>
@@ -15,14 +15,7 @@
 <p><b>Sleak</b> is a simple tool that monitors the creation and disposal of SWT graphics resources.
 (<a href="http://www.eclipse.org/articles/swt-design-2/sleak.htm">see tutorial</a>)</p>
 <ul>
-  <li><b>Sleak plug-in for Eclipse 2.1.0 to 3.3</b> <a href="tools/org.eclipse.swt.sleak_1.0.0.zip">(zip file)</a>
-    <ul><li>Extract the zip file into the <code>eclipse/plugins/</code> folder.</li></ul></li>
-  <li><b>Sleak plug-in for Eclipse 3.4 M1 - M5</b> <a href="tools/org.eclipse.swt.sleak_1.0.1.zip">(zip file)</a>
-    <ul><li>Extract the zip file into the <code>eclipse/plugins/</code> folder.</li></ul></li>
-  <li><b>Sleak plug-in for Eclipse 3.4 M6 - 3.5</b> <a href="tools/org.eclipse.swt.sleak_1.0.2.zip">(zip file)</a>
-    <ul><li>Extract the zip file into the <code>eclipse/dropins/</code> folder.</li></ul></li>
-  <li><b>Sleak plug-in for Eclipse 3.5 or later</b> 
-    <ul><li>Available from the <a href="updatesite.php">SWT Tools Update Sites</a>.</li></ul></li>
+  <li><b>Install Sleak plug-in</b> from <a href="updatesite.php">SWT Tools Update Sites</a></li>
 </ul>
 <ul>
   <li><b>After installing the Sleak plug-in (above):</b></li>
@@ -37,7 +30,7 @@
       <li>The plug-in monitors all other plug-ins running in its Eclipse environment.</li>
     </ul>
 </ul><ul>
-  <li><b>Sleak for standalone applications </b><a href="http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools/Sleak/org/eclipse/swt/tools/internal/Sleak.java">(Sleak.java)</a></li>
+  <li><b>Sleak for standalone applications </b><a href="https://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools.spies/src/org/eclipse/swt/tools/internal/Sleak.java">(Sleak.java)</a></li>
 </ul>
 
 <p><b>SWT Spy plug-in</b> for Eclipse is a simple tool that prints out
@@ -45,15 +38,9 @@
 style, layout and parent information.</p>
 
 <ul>
-  <li>Requires Eclipse 3.0 or later.</li>
-  <li>As of Eclipse 3.5, this is available from the <a href="updatesite.php">SWT Tools Update Sites</a>.</li>
-  <li>Prior to Eclipse 3.5,
-	<ul>
-	  <li>Save <a href="tools/org.eclipse.swt.spy_1.0.1.jar">org.eclipse.swt.spy_1.0.1.jar</a>
-      into the <code>eclipse/plugins/</code> folder.</li>
-	  <li>Launch Eclipse with "-clean" option (clears caches so Eclipse will pick up new plugin).</li>
-	</ul></li>
-</ul><ul>
+  <li>Install Spy plug-in from <a href="updatesite.php">SWT Tools Update Sites</a>.</li>
+</ul>
+<ul>
   <li><b>After installing the Spy plug-in (above):</b></li>
   <ul>
     <li>Open the SWT Spy view (Window &gt; Show View &gt; Other ... &gt; SWT Tools &gt; SWT Spy).</li>
diff --git a/tools/org.eclipse.swt.sleak_1.0.0.zip b/tools/org.eclipse.swt.sleak_1.0.0.zip
deleted file mode 100755
index a7ef183..0000000
--- a/tools/org.eclipse.swt.sleak_1.0.0.zip
+++ /dev/null
Binary files differ
diff --git a/tools/org.eclipse.swt.sleak_1.0.1.zip b/tools/org.eclipse.swt.sleak_1.0.1.zip
deleted file mode 100644
index 37a576c..0000000
--- a/tools/org.eclipse.swt.sleak_1.0.1.zip
+++ /dev/null
Binary files differ
diff --git a/tools/org.eclipse.swt.sleak_1.0.2.zip b/tools/org.eclipse.swt.sleak_1.0.2.zip
deleted file mode 100644
index 61cc46b..0000000
--- a/tools/org.eclipse.swt.sleak_1.0.2.zip
+++ /dev/null
Binary files differ
diff --git a/tools/org.eclipse.swt.spy_1.0.1.jar b/tools/org.eclipse.swt.spy_1.0.1.jar
deleted file mode 100644
index d20857f..0000000
--- a/tools/org.eclipse.swt.spy_1.0.1.jar
+++ /dev/null
Binary files differ
diff --git a/tools/sleak.html b/tools/sleak.html
index 3c2ef2a..25087d7 100755
--- a/tools/sleak.html
+++ b/tools/sleak.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head></head><body>
-<META HTTP-EQUIV="refresh" CONTENT="3; URL=http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools/Sleak/org/eclipse/swt/tools/internal/Sleak.java">
-<a href="http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools/Sleak/org/eclipse/swt/tools/internal/Sleak.java">This tool has been moved. Please update your link.</a>
+<META HTTP-EQUIV="refresh" CONTENT="3; URL=https://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools.spies/src/org/eclipse/swt/tools/internal/Sleak.java">
+<a href="https://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools.spies/src/org/eclipse/swt/tools/internal/Sleak.java">This tool has been moved. Please update your link.</a>
 </body></html>
\ No newline at end of file