[Htmlparser-cvs] htmlparser build.xml,1.32,1.33
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-05-19 02:50:29
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1:/tmp/cvs-serv14782/htmlparser Modified Files: build.xml Log Message: update version headers to 1.3-20030518 and update changelog Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** build.xml 19 May 2003 02:04:58 -0000 1.32 --- build.xml 19 May 2003 02:49:55 -0000 1.33 *************** *** 111,116 **** <echo message="* Creating change log *"/> <echo message="**********************************"/> ! <echo message="./cvs2cl.pl --separate-header -l "-d'>${VERSION_DATE}'""/> <exec executable="./cvs2cl.pl"> <arg value="--separate-header"/> <arg value="-l"/> --- 111,117 ---- <echo message="* Creating change log *"/> <echo message="**********************************"/> ! <echo message="./cvs2cl.pl --no-wrap --separate-header -l "-d'>${VERSION_DATE}'""/> <exec executable="./cvs2cl.pl"> + <arg value="--no-wrap"/> <arg value="--separate-header"/> <arg value="-l"/> *************** *** 279,283 **** <mkdir dir="${dist}/sources/src"/> <copy todir="${dist}/sources/src"> ! <fileset dir="${src}"/> </copy> <copy file="build.xml" todir="${dist}/sources"/> --- 280,284 ---- <mkdir dir="${dist}/sources/src"/> <copy todir="${dist}/sources/src"> ! <fileset dir="${src}" includes="**/*.java **/*.html **/*.gif **/*.form **/*.properties"/> </copy> <copy file="build.xml" todir="${dist}/sources"/> |