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

build.xml

index 7caee92..78beca4 100644 (file)
--- a/build.xml
+++ b/build.xml
     <copy todir="${tomcat.build}/webapps">
       <fileset dir="webapps">
         <include name="ROOT/**"/>
-        <exclude name="ROOT/index.html"/>
+        <exclude name="ROOT/index.jsp"/>
         <include name="examples/**"/>
         <include name="manager/**"/>
         <include name="host-manager/**"/>