You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/10/05 10:00:08 UTC

svn commit: r1004564 - /tomcat/trunk/build.xml

Author: markt
Date: Tue Oct  5 08:00:08 2010
New Revision: 1004564

URL: http://svn.apache.org/viewvc?rev=1004564&view=rev
Log:
Make sure copyright year is replaced for root webapp

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1004564&r1=1004563&r2=1004564&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Oct  5 08:00:08 2010
@@ -743,7 +743,7 @@
     <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/**"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org