Update of /cvsroot/htmlparser/htmlparser
In directory sc8-pr-cvs1:/tmp/cvs-serv20005/htmlparser
Modified Files:
build.xml
Log Message:
Get all version tags up to date.
Modify build.xml to keep package.html files up to date.
Index: build.xml
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** build.xml 18 May 2003 11:23:39 -0000 1.30
--- build.xml 18 May 2003 12:07:22 -0000 1.31
***************
*** 58,62 ****
</loadfile>
<echo message="previous version tag = ${previousTag}"/>
-
</target>
--- 58,61 ----
***************
*** 80,86 ****
--- 79,87 ----
<replacefilter token="${VERSION_NUMBER} (${VERSION_TYPE} ${VERSION_DATE})"/>
</replace>
+
<echo message="Replacing version tag ${previousTag} with ${versionTag} in all source files"/>
<replace dir="${src}" value="${versionTag}">
<include name="**/*.java"/>
+ <include name="**/package.html"/>
<replacefilter token="${previousTag}"/>
</replace>
|