[Htmlparser-cvs] htmlparser build.xml,1.84,1.85
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2006-06-06 02:45:55
|
Update of //cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19487 Modified Files: build.xml Log Message: Eliminate deprecated classes and methods. Removed nodeDecorator package, StringNodeFactory, LinkProcesor, SpecialHashTable, and methods for linkData, non-Ex Attributes and FindAllNodesThatAre. Index: build.xml =================================================================== RCS file: //cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -d -r1.84 -r1.85 *** build.xml 27 May 2006 18:43:25 -0000 1.84 --- build.xml 4 Jun 2006 19:17:21 -0000 1.85 *************** *** 286,290 **** <include name="org/htmlparser/util/sort/**/*.java"/> <include name="org/htmlparser/visitors/NodeVisitor.java"/> - <include name="org/htmlparser/parserHelper/SpecialHashtable.class"/> </javac> </target> --- 286,289 ---- *************** *** 326,330 **** <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/EncodingChangeException.class"/> <include name="org/htmlparser/util/sort/**/*.class"/> --- 325,328 ---- |