Update of /cvsroot/htmlparser/htmlparser/src/doc-files
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28448
Modified Files:
building.html
Log Message:
Update build instruction problem identified by sarsie.
Index: building.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/doc-files/building.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** building.html 16 Dec 2003 02:29:56 -0000 1.1
--- building.html 15 Mar 2004 22:50:55 -0000 1.2
***************
*** 67,72 ****
href="http://eclipse.org/">Eclipse</a>.
Mount the org directory where the HTML Parser was installed along with the
! <code>junit.jar</code> file from the <code>lib</code> directory. "Build All"
! should work.
<H2>CVS</H2>
The most recent files are only available via CVS:
--- 67,73 ----
href="http://eclipse.org/">Eclipse</a>.
Mount the org directory where the HTML Parser was installed along with the
! <code>junit.jar</code> file from the <code>lib</code> directory, and the
! <code>tools.jar</code> file from the java JDK lib directory
! <code>[where java is installed]/lib/tools.jar<code>. "Build All" should work.
<H2>CVS</H2>
The most recent files are only available via CVS:
|