[Htmlparser-cvs] htmlparser build.xml,1.80,1.81
Brought to you by:
derrickoswald
|
From: Derrick O. <der...@us...> - 2005-09-26 01:01:35
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2036 Modified Files: build.xml Log Message: Fix htmlparser target. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** build.xml 25 Sep 2005 13:23:00 -0000 1.80 --- build.xml 26 Sep 2005 01:01:22 -0000 1.81 *************** *** 521,526 **** </target> ! <!-- Perform the htmlparser integration --><!--,release,sources" --> ! <target name="htmlparser" depends="init" description="create distribution zip file"> <mkdir dir="${distribution}"/> --- 521,526 ---- </target> ! <!-- Perform the htmlparser integration --> ! <target name="htmlparser" depends="init,release,sources" description="create distribution zip file"> <mkdir dir="${distribution}"/> |