[Htmlparser-cvs] htmlparser build.xml,1.60,1.61
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-03-14 20:40:38
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11828 Modified Files: build.xml Log Message: Remove requirement for Translate.class to be in htmllexer.jar. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** build.xml 29 Feb 2004 15:09:56 -0000 1.60 --- build.xml 14 Mar 2004 20:31:38 -0000 1.61 *************** *** 236,240 **** <include name="org/htmlparser/util/SpecialHashtable.class"/> <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"/> --- 236,239 ---- |