Update of /cvsroot/htmlparser/htmlparser/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4693/docs
Modified Files:
release.txt
Log Message:
Add LGPL license.txt to the distribution.
Index: release.txt
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/release.txt,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** release.txt 22 May 2004 12:08:59 -0000 1.59
--- release.txt 29 May 2004 20:40:11 -0000 1.60
***************
*** 4,9 ****
Contents of the distribution
----------------------------
! (i) binary jar files - htmlparser.jar and lexer.jar (in lib directory)
!
(ii) source code - src.zip
Also contains necessary resources, and build file. Unzip this
--- 4,12 ----
Contents of the distribution
----------------------------
! (i) jar files - lib directory
! HTML Parser jars: htmlparser.jar, lexer.jar and thumbelina.jar.
! Also thirdparty jar files checkstyle-all-3.1.jar, commons-logging.jar,
! fit.jar and junit.jar.
!
(ii) source code - src.zip
Also contains necessary resources, and build file. Unzip this
***************
*** 11,21 ****
You would need Jakarta Ant installed.
! (iii) documentation - docs directory (includes javadoc)
Point your browser at index.html in the docs directory.
(iv) executing scripts - bin directory
! Batch files assume that java 1.2 (or upwards) is visible in your path.
! (v) this file
Changes since Version 1.4
--- 14,27 ----
You would need Jakarta Ant installed.
! (iii) documentation - docs directory (includes javadocs)
Point your browser at index.html in the docs directory.
(iv) executing scripts - bin directory
! Batch/script files assume that Java is visible in your path.
! Most require Java 1.2 (or upwards), except for lexer.
! (v) license.txt (GNU Lesser General Public License)
!
! (vi) this file, release.txt
Changes since Version 1.4
|