Update of /cvsroot/htmlparser/htmlparser
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14113
Modified Files:
build.xml
Log Message:
Update version to 1.6-20060527
Index: build.xml
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** build.xml 14 Apr 2006 22:18:47 -0000 1.83
--- build.xml 27 May 2006 18:43:25 -0000 1.84
***************
*** 11,15 ****
is only accurate to the day since it comes from the version coded in the
Parser.java file, that's why this step can't be automated
! - incorporate changes from ChangeLog into htmlparser/docs/changes under
a heading like "Integration Build 1.5 - 20040522"
- 'ant versionSource' updates the version in Parser.java, Lexer.java and release.txt
--- 11,15 ----
is only accurate to the day since it comes from the version coded in the
Parser.java file, that's why this step can't be automated
! - incorporate changes from ChangeLog into htmlparser/docs/changes.txt under
a heading like "Integration Build 1.5 - 20040522"
- 'ant versionSource' updates the version in Parser.java, Lexer.java and release.txt
***************
*** 18,22 ****
- perform a CVS update on htmlparser/ to identify new and changed files
- commit changed files (i.e. Parser.java, docs/release.txt, docs/changes.txt,
! and docs/release.txt) to the head revision using a reason of the form:
Update version to 1.5-20040522.
- use CVS to tag the current head revisions with a name like v1_5_20040522.
--- 18,22 ----
- perform a CVS update on htmlparser/ to identify new and changed files
- commit changed files (i.e. Parser.java, docs/release.txt, docs/changes.txt,
! and lexer/Lexer.java) to the head revision using a reason of the form:
Update version to 1.5-20040522.
- use CVS to tag the current head revisions with a name like v1_5_20040522.
|