[Htmlparser-cvs] htmlparser/src/org/htmlparser Parser.java,1.80,1.81
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-01-04 03:23:12
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser In directory sc8-pr-cvs1:/tmp/cvs-serv11427/htmlparser/src/org/htmlparser Modified Files: Parser.java Log Message: Web site revamp, phase 1. Main and first level pages are refurbished. The wiki is still to do. Fixed bug #865279 Documentation The samples directory is now orphaned and no longer shipped. Index: Parser.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Parser.java,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** Parser.java 2 Jan 2004 19:32:04 -0000 1.80 --- Parser.java 4 Jan 2004 03:23:09 -0000 1.81 *************** *** 94,98 **** */ public final static String ! VERSION_DATE = "Jan 02, 2004" ; --- 94,98 ---- */ public final static String ! VERSION_DATE = "Dec 07, 2003" ; |