[Htmlparser-cvs] htmlparser build.xml,1.51,1.52
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-10-29 03:31:28
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1:/tmp/cvs-serv12839 Modified Files: build.xml Log Message: Move LinkProcess out of scanners and into Page, untangling A, IMG and BASE scanners. Move form action determination to tag. The scanners have no special actions on behalf of tags anymore. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** build.xml 26 Oct 2003 19:46:16 -0000 1.51 --- build.xml 29 Oct 2003 03:31:17 -0000 1.52 *************** *** 268,271 **** --- 268,272 ---- <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/sort/**/*.class"/> <include name="org/htmlparser/parserHelper/SpecialHashtable.class"/> |