remm 2003/08/02 10:15:54 Modified: . build.xml Log: - Initialize filter so that the release notes of the docs look right. Revision Changes Path 1.147 +2 -0 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.146 retrieving revision 1.147 diff -u -r1.146 -r1.147 --- build.xml 29 Jul 2003 15:14:39 -0000 1.146 +++ build.xml 2 Aug 2003 17:15:54 -0000 1.147 @@ -558,6 +558,8 @@ <target name="fix-webapps" depends="init" > <!-- Extra build steps for webapps --> + <filter token="VERSION" value="${version}"/> + <!-- Add release notes to the root webapp --> <copy file="./RELEASE-NOTES" tofile="${tomcat.build}/webapps/ROOT/RELEASE-NOTES.txt"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]