Update of /cvsroot/htmlparser/htmlparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18662
Modified Files:
build.xml
Log Message:
Add Tag interface to htmllexer.jar.
Index: build.xml
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** build.xml 18 Mar 2004 04:04:07 -0000 1.62
--- build.xml 20 Mar 2004 20:01:02 -0000 1.63
***************
*** 229,232 ****
--- 229,233 ----
<include name="org/htmlparser/Node.class"/>
<include name="org/htmlparser/NodeFilter.class"/>
+ <include name="org/htmlparser/Tag.class"/>
<include name="org/htmlparser/util/ParserException.class"/>
<include name="org/htmlparser/util/ChainedException.class"/>
|