nmukhi 2002/12/12 06:52:32
Modified: java/doc build.htm
Log:
Minor edits to make doc clearer
Revision Changes Path
1.6 +3 -4 xml-axis-wsif/java/doc/build.htm
Index: build.htm
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/build.htm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.htm 12 Dec 2002 04:39:55 -0000 1.5
+++ build.htm 12 Dec 2002 14:52:32 -0000 1.6
@@ -50,9 +50,8 @@
</li><li><b>tests</b>: Build tests</li></ul>
<h2>Building WSIF by using provided scripts and JAR files</h2>
-<p>You should download binary distribution or checkout code from CVS (lib
-subdirectory must contain needed jar files)</p>
-<p>Most of necessary jar files is already included in lib directory. You will
+<p>If you downloaded the source distribution you need to make sure you have all <a
href="requirements.htm">prerequisite jars</a> available under their respective
subdirectories within the lib directory; the README files in each subdirectory will
point you to a location where you can download the jar.</p>
+<p>If you downloaded the binary distribution, most of necessary jar files is
already included in lib directory. You will
only need to download <b>activation.jar</b> and put it into <b>lib/activation</b>
(<a href="../lib/activation/README.txt">see README</a>), <b>mail.jar</b> and put
it into <b>lib/javamail</b> (<a href="../lib/javamail/README.txt">see