[Htmlparser-cvs] htmlparser build.xml,1.49,1.50
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-10-25 12:09:00
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1:/tmp/cvs-serv28126 Modified Files: build.xml Log Message: Fix htmllexer.jar, add parser linux/unix script. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** build.xml 23 Sep 2003 03:41:33 -0000 1.49 --- build.xml 25 Oct 2003 12:03:52 -0000 1.50 *************** *** 267,270 **** --- 267,271 ---- <include name="org/htmlparser/util/NodeIterator.class"/> <include name="org/htmlparser/util/SimpleNodeIterator.class"/> + <include name="org/htmlparser/util/SpecialHashtable.class"/> <include name="org/htmlparser/util/sort/**/*.class"/> <include name="org/htmlparser/parserHelper/SpecialHashtable.class"/> |