Make sure copyright year is replaced for root webapp
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Oct 2010 07:55:04 +0000 (07:55 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Oct 2010 07:55:04 +0000 (07:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004562 13f79535-47bb-0310-9956-ffa450edef68

build.xml
webapps/docs/changelog.xml

index fdad990..7caee92 100644 (file)
--- a/build.xml
+++ b/build.xml
     <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>
 
index e3850a9..ce8b132 100644 (file)
       </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">