[Htmlparser-cvs] htmlparser build.xml,1.61,1.62
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2004-03-18 04:13:47
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24099 Modified Files: build.xml Log Message: Deprecate LinkProcessor. Functionality moved to Page. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** build.xml 14 Mar 2004 20:31:38 -0000 1.61 --- build.xml 18 Mar 2004 04:04:07 -0000 1.62 *************** *** 235,239 **** <include name="org/htmlparser/util/SimpleNodeIterator.class"/> <include name="org/htmlparser/util/SpecialHashtable.class"/> - <include name="org/htmlparser/util/LinkProcessor.class"/> <include name="org/htmlparser/util/EncodingChangeException.class"/> <include name="org/htmlparser/util/sort/**/*.class"/> --- 235,238 ---- |