Update of /cvsroot/htmlparser/htmlparser
In directory sc8-pr-cvs1:/tmp/cvs-serv18708/htmlparser
Modified Files:
build.xml
Log Message:
Update version headers to 1.4-20030601 and update changelog.
Index: build.xml
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** build.xml 27 May 2003 17:19:25 -0000 1.36
--- build.xml 1 Jun 2003 20:50:06 -0000 1.37
***************
*** 180,184 ****
<pathelement location="${junit.jar}"/>
</classpath>
! <!-- arg value="-text"/ don't use until JUnit bug 660115 is resolved -->
</java>
</target>
--- 180,184 ----
<pathelement location="${junit.jar}"/>
</classpath>
! <arg value="-text"/>
</java>
</target>
|