Author: markt Date: Wed Jan 31 17:30:32 2007 New Revision: 502067 URL: http://svn.apache.org/viewvc?view=rev&rev=502067 Log: Fix bug 41512. Replace @version@ token in release notes.
Modified: tomcat/build/tc5.5.x/build.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.xml?view=diff&rev=502067&r1=502066&r2=502067 ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Wed Jan 31 17:30:32 2007 @@ -1254,9 +1254,10 @@ <!-- ====================== DIST: Copy Static Files ===================== --> <target name="dist-static" depends="dist-prepare"> + <filter token="VERSION" value="${version}"/> <!-- Copy the top-level documentation files --> - <copy todir="${tomcat.dist}"> + <copy todir="${tomcat.dist}" filtering="true" > <fileset dir="."> <include name="INSTALLING.txt"/> <include name="LICENSE"/> Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=502067&r1=502066&r2=502067 ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Jan 31 17:30:32 2007 @@ -361,6 +361,10 @@ attribute. (markt) </fix> <fix> + <bug>41512</bug>: Version number was not inserted in release notes. + (markt) + </fix> + <fix> <bug>40257</bug>: Update Manager webapp howto on remote deployment to reflect need for explicit path in one specific use-case. Thanks to Venkatesh Jayaraman. (yoavs) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]