- Also filter the release notes that go in the docs.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 16 Nov 2006 12:32:06 +0000 (12:32 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 16 Nov 2006 12:32:06 +0000 (12:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@475713 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 00b11fe..535713c 100644 (file)
--- a/build.xml
+++ b/build.xml
       </fileset>
     </copy>
 
-    <copy tofile="${tomcat.build}/webapps/ROOT/RELEASE-NOTES.txt" file="RELEASE-NOTES" />
+    <filter token="VERSION" value="${version}"/>
+    <copy tofile="${tomcat.build}/webapps/ROOT/RELEASE-NOTES.txt" file="RELEASE-NOTES" 
+          filtering="true" />
 
     <!-- Build classes for examples webapp -->
     <javac   srcdir="webapps/examples/WEB-INF/classes"