Skip to content

Commit 9332e22

Browse files
author
a5richar
committed
Improve the wording of the previous change
1 parent 035149a commit 9332e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soot_in_eclipse_howto.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3><center>Developing With Soot in Eclipse</center></h3>
8383
</ul>
8484

8585
<a name="lib"><h5>Step 4: Adding libraries needed by Soot</h5></a>
86-
<p>Now you need to add the Jasmin, Polyglot, Ant and Soot libraries to your project.</p>
86+
<p>Now you need to add the Jasmin, Polyglot and Ant libraries, and the Soot classes, to your project.</p>
8787

8888
<ul>
8989
<li>Right click on your project
@@ -94,7 +94,7 @@ <h3><center>Developing With Soot in Eclipse</center></h3>
9494
<li>Use the dialog to select your jasminclasses.jar file
9595
<li>Click <tt>OK</tt>
9696
<li>Repeat for your polyglotclasses.jar file and ant.jar file
97-
<li>Select <tt>Add Class Folder</tt> and choose the "classes" folder to add the Soot library</li>
97+
<li>Select <tt>Add Class Folder</tt> and choose the "classes" folder to add the Soot classes</li>
9898
<li>Click <tt>OK</tt> again
9999
</ul>
100100

0 commit comments

Comments
 (0)