Author: markt
Date: Tue Oct 5 07:55:04 2010
New Revision: 1004562
URL: http://svn.apache.org/viewvc?rev=1004562&view=rev
Log:
Make sure copyright year is replaced for root webapp
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1004562&r1=1004561&r2=1004562&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Oct 5 07:55:04 2010
@@ -752,7 +752,7 @@
<copy todir="${tomcat.build}/webapps" encoding="ISO-8859-1">
<filterset refid="version.filters" />
<fileset dir="webapps">
- <include name="ROOT/index.html"/>
+ <include name="ROOT/index.jsp"/>
</fileset>
</copy>
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1004562&r1=1004561&r2=1004562&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Oct 5 07:55:04 2010
@@ -84,6 +84,14 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Web applications">
+ <changelog>
+ <fix>
+ Apply filters to default home page so copyright year is correctly
+ displayed. (markt)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 7.0.3 (markt)">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]