[Htmlparser-cvs] htmlparser build.xml,1.57,1.58
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-01-14 02:53:49
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1:/tmp/cvs-serv28098 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** build.xml 4 Jan 2004 03:23:08 -0000 1.57 --- build.xml 14 Jan 2004 02:53:46 -0000 1.58 *************** *** 237,240 **** --- 237,241 ---- <include name="org/htmlparser/util/LinkProcessor.class"/> <include name="org/htmlparser/util/Translate.class"/> + <include name="org/htmlparser/util/EncodingChangeException.class"/> <include name="org/htmlparser/util/sort/**/*.class"/> <include name="org/htmlparser/parserHelper/SpecialHashtable.class"/> |