Bug 563561: Remove unneeded complications about using Sleak
The updated instructions work on recent Eclipses. Removed notes
about Eclipse 3.4 and earlier as that is really old now.
Change-Id: I6b29691202f32355e794db4aa7d2a71f277d705c
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
diff --git a/tools.php b/tools.php
index b16e925..c7a5b5b 100755
--- a/tools.php
+++ b/tools.php
@@ -20,12 +20,10 @@
<ul>
<li><b>After installing the Sleak plug-in (above):</b></li>
<ul>
- <li>Extract the <code>.options</code> file from the <code>eclipse/plugins/org.eclipse.ui_<version>.jar</code> archive to the <code>eclipse/</code> folder.</li>
- <li>Add the following lines to the <code>.options</code> file:
+ <li>Create an empty options file with the following lines in it:
<br><code>org.eclipse.ui/debug=true</code>
<br><code>org.eclipse.ui/trace/graphics=true</code></li>
- <li>Launch Eclipse with the "-clean -debug" options on the command line.
- <ul><li>Note that you do not need the "-clean" option with Eclipse 3.4 M6 or later.</li></ul></li>
+ <li>Launch Eclipse with the "-debug OPTIONS" where OPTIONS is the path to the options file created.
<li>Open the SWT Sleak view (Window > Show View > Other ... > SWT Tools > Sleak)</li>
<li>The plug-in monitors all other plug-ins running in its Eclipse environment.</li>
</ul>