Update of /cvsroot/htmlparser/htmlparser
In directory sc8-pr-cvs1:/tmp/cvs-serv16315/htmlparser
Modified Files:
build.xml
Log Message:
Update version headers to 1.4-20030525 and update changelog.
Index: build.xml
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** build.xml 25 May 2003 23:02:14 -0000 1.34
--- build.xml 26 May 2003 00:26:43 -0000 1.35
***************
*** 66,71 ****
<echo message="**********************************"/>
! <echo message="Replacing version VERSION_NUMBER = "${VERSION_NUMBER}" with VERSION_NUMBER = "${versionNumber}" in ${src}/org/htmlparser/Parser.java"/>
! <replace file="${src}/org/htmlparser/Parser.java" token="VERSION_NUMBER = "${VERSION_NUMBER}"" value="VERSION_NUMBER = "${versionNumber}""/>
<echo message="Replacing version VERSION_TYPE = "${VERSION_TYPE}" with VERSION_TYPE = "${versionType}" in ${src}/org/htmlparser/Parser.java"/>
--- 66,71 ----
<echo message="**********************************"/>
! <echo message="Replacing version VERSION_NUMBER = ${VERSION_NUMBER} with VERSION_NUMBER = ${versionNumber} in ${src}/org/htmlparser/Parser.java"/>
! <replace file="${src}/org/htmlparser/Parser.java" token="VERSION_NUMBER = ${VERSION_NUMBER}" value="VERSION_NUMBER = ${versionNumber}"/>
<echo message="Replacing version VERSION_TYPE = "${VERSION_TYPE}" with VERSION_TYPE = "${versionType}" in ${src}/org/htmlparser/Parser.java"/>
|