[Htmlparser-cvs] htmlparser build.xml,1.74,1.75
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2005-02-13 22:46:26
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1683 Modified Files: build.xml Log Message: Update version to 1.5-20050213 Includes javadoc fixes and unit test regression fixes. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** build.xml 13 Feb 2005 20:36:03 -0000 1.74 --- build.xml 13 Feb 2005 22:45:45 -0000 1.75 *************** *** 454,458 **** </target> ! <target name="release" depends="jar,thumbelina,javadoc" description="prepare the release files"> </target> --- 454,458 ---- </target> ! <target name="release" depends="jar,thumbelina,filterbuilder,javadoc" description="prepare the release files"> </target> |